make sure the case numbers are the same in the chatcommandhandler.cs and rolemanager.cs noticed code is listed as seperate case numbers debug after both numbers match :I added using visual, nothing worked. nohing changed
and add
Code:
ALTER TABLE `permissions_ranks` ADD `cmd_faceless` enum('1','0') NOT NULL DEFAULT '1';
ALTER TABLE `permissions_users` ADD `cmd_faceless` enum('1','0') NOT NULL DEFAULT '1';
if you used faceless code posted the rolemanager.cs code is :
this.dictionary_4.Add("faceless", 132);
@Sarbaz