10.05.2009, 13:23
Just help him, the topic will be moved anyways.
You must get the player's name then put it in a string.
You must get the player's name then put it in a string.
pawn Код:
new name[MAX_PLAYER_NAME]:
GetPlayerName(/*whatever you got for the victim's define*/, name, sizeof(name));
format(string, sizeof(string), "~ %s has been kicked from the server.", name);
SendClientMessageToAll(RED, string);
Kick(/*victim's define*/);

