18.07.2011, 19:38
You want it to send the auto-kick message to everyone?
Just change the current SendClientMessage the script had to:
Just change the current SendClientMessage the script had to:
pawn Код:
GetPlayerName(playerid, playername, sizeof(playername));
format(string, sizeof(string), "%s was auto kicked for failing to log in");
SendClientMessageToAll(color,string);