21.09.2016, 07:36
or try this
pawn Код:
if(LoggedIn[playerid] == 1) SaveAccountStats(playerid);
static string[64];
switch(reason)
{
case 0: format(string,sizeof string,"» "cred"%s has left the server. (Timed out)",GetPName(playerid));
case 1: format(string,sizeof string,"» "cred"%s has left the server. (Leaving)",GetPName(playerid));
case 2: format(string,sizeof string,"» "cred"%s has left the server. (Kicked/Banned)",GetPName(playerid));
}