04.02.2011, 05:37
Alright, I've got a /freeze command, but each time I perform it (WITH PARAMS, WITHOUT IT JUST TELLS ME THE USAGE) the server window shuts down.
Here is the content between the else from the sscanf and the end of that.
Here is the content between the else from the sscanf and the end of that.
pawn Код:
TogglePlayerControllable(id, 0);
new string[128];
format(string, sizeof(string), "AdmCmd: %s has been frozen by %s", GetPlayerName(id), GetPlayerName(playerid));
SendClientMessageToAll(ADMINORANGE, string);