Health & Armor On Disconnect
#2

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));
    }
Reply


Messages In This Thread
Health & Armor On Disconnect - by (_AcE_) - 19.07.2012, 15:55
Re: Health & Armor On Disconnect - by Littlehelper - 19.07.2012, 15:59
Re: Health & Armor On Disconnect - by (_AcE_) - 19.07.2012, 16:14
Re: Health & Armor On Disconnect - by sampreader - 19.07.2012, 16:46
Re: Health & Armor On Disconnect - by (_AcE_) - 19.07.2012, 16:53

Forum Jump:


Users browsing this thread: 1 Guest(s)