19.06.2009, 19:06
Why this doesn't work?
When I type gmx into console... it doesn't print text...
EDIT:
Isn't this bug fixed yet:
pawn Код:
public OnRconCommand(cmd[])
{
if(strcmp(cmd,"gmx",true)==0)
{
print("RCON command gmx has been used. Player stats saved.");
}
return 1;
}
EDIT:
Isn't this bug fixed yet:
Quote:
Originally Posted by https://sampwiki.blast.hk/wiki/Bugs
a_samp.inc
OnRconCommand - Only works in filterscripts |