19.07.2012, 15:59
pawn Код:
switch(reason)
{
case 0: format(string, sizeof(string), "** %s has left the server HP: %0.f Armour %0.f.. (Lost Connection)", pname, GetPlayerHealth(playerid),GetPlayerArmour(playerid));
case 1: format(string, sizeof(string), "** %s has left the server HP: %0.f Armour %0.f. (Leaving)", pname, GetPlayerHealth(playerid),GetPlayerArmour(playerid));
case 2: format(string, sizeof(string), "** %s has left the server HP %0.f Armour %0.f . (Kicked)", pname, GetPlayerHealth(playerid),GetPlayerArmour(playerid));
}