11.07.2010, 00:16
How do i use the Rcon cmd callback?
on wiki it only says:
Id like this callback a bit more explained, and how could i do like:
?
Thx in advance!
on wiki it only says:
pawn Код:
public OnRconCommand(cmd[])
{
printf("You typed %s!",cmd);
return 1;
}
pawn Код:
if(cmd == "ban 1")
Thx in advance!