26.08.2012, 10:03
pawn Код:
switch(reason)
{
case 0: format(string, sizeof(string), "%s has left the server. (Crashed)", pName);
case 1: format(string, sizeof(string), "%s has left the server. (Leaving)", pName);
case 2: format(string, sizeof(string), "%s has left the server. (Kicked)", pName);
SendClientMessageToAll(COLOR_GREY,string);
}