25.03.2012, 19:35
Replace with This :
pawn Код:
new pName[MAX_PLAYER_NAME];
new string[566];
GetPlayerName(playerid, pName, sizeof(pName));
switch(reason)
{
case 0: format(string, sizeof(string), "{828282}===> %s Leaving The Server [ Connection Problem / Crash ] <===", pName);
case 1: format(string, sizeof(string), "{828282}===> %s Leaving The Server [ Leaving ] <===", pName);
case 2: format(string, sizeof(string), "{828282}===> %s Leaving The Server [ Kicked / Banned ] <===", pName);
}
SendClientMessageToAll(0xBBC8CBAA, string);

