How Can i Make work all cheats from user?

01/19/2009 12:38 Denizzz95#1
How Can i Make work all cheats from users

example:

/item Super Coat 12 12 x . . . .

please help me
01/19/2009 12:58 _Emme_#2
How to enable anyone to use them? Remove the check that check's if your status is 7 or 8, its above the commands.
01/19/2009 13:26 Denizzz95#3
Quote:
Originally Posted by EmmeTheCoder View Post
How to enable anyone to use them? Remove the check that check's if your status is 7 or 8, its above the commands.

which file ?
01/19/2009 14:34 Exia13#4
Client.cs
01/19/2009 16:33 xxFastBoy#5
in Client.cs
if (Status == 0)
{
//Put Here What Commands U Need
}
01/19/2009 16:37 turk55#6
Quote:
Originally Posted by bela144 View Post
in Client.cs
if (Status == 0)
{
//Find Here What Commands U Need
}
thats for normal players

search for
Code:
if (Status == 8)
thats for gm commands
Code:
if (Status == 7)
thats for pm/ph/vip commands
01/19/2009 16:48 xxFastBoy#7
Quote:
Originally Posted by turk55 View Post
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 View Post
How Can i Make work all cheats from users

example:

/item Super Coat 12 12 x . . . .

please help me


if (Status == 8)
{
/put Codes in here...
}
01/19/2009 16:54 HellCo#8
Lol, this must be one of the easiest things to do, Thanks to kinishi's source, servers are popping up from everywhere.
01/19/2009 16:55 _Emme_#9
You dumb shit, all of you, he's asking how to allow EVERYONE to use commands, he just need to remove the check of the status.. dumbness