OnRconCommand
#1

Hi all! I creating a filterscript (I don't want to post it), and I need If rconcommand = something.
How can I create something like this? (I KNOW IT'S WRONG BUT HOW)
pawn Код:
public OnRconCommand(cmd[])
{
if(cmd="Something")
{
print("It is good");
} else {
print("Wrong!");
}
return 1;
}
Reply


Messages In This Thread
OnRconCommand - by AG Adam - 05.11.2009, 14:59
Re: OnRconCommand - by Kurence - 05.11.2009, 15:01
Re: OnRconCommand - by AG Adam - 05.11.2009, 15:08
Re: OnRconCommand - by Correlli - 05.11.2009, 15:50

Forum Jump:


Users browsing this thread: 4 Guest(s)