Quote: Originally Posted by EmmeTheCoder How to enable anyone to use them? Remove the check that check's if your status is 7 or 8, its above the commands.
Quote: Originally Posted by bela144 in Client.cs if (Status == 0) { //Find Here What Commands U Need }
if (Status == 8)
if (Status == 7)
Quote: Originally Posted by turk55 thats for normal players search for Code: if (Status == 8) thats for gm commands Code: if (Status == 7) thats for pm/ph/vip commands
Quote: Originally Posted by Denizzz95 How Can i Make work all cheats from users example: /item Super Coat 12 12 x . . . . please help me