03.03.2011, 14:50
Example:
I know why it doesn't work with me, because before i was using strtok
pawn Код:
if(strcmp(cmd,"kickall",true) == 0)
{
for(new i=0;i<MAX_PLAYERS;i++)
{
SendClientMessageToAll(COLOR_RED,"RCON: An admin as kicked all from the console.");
Kick(i);
}
return 1;
}