[AJUDA]Life de adm no maximo ! ! ! God mode.
#1

o mas o life fica piscando e uns 30 seg morre o adm


pawn Код:
#define FLOAT_INFINITY   (Float:0x7F800000)
pawn Код:
if(strcmp(cmd, "/pa", true) == 0 || strcmp(cmd, "/pa", true) == 0)
    {
        if(PlayerInfo[playerid][pAdmin] >= 1)
        {
            if(admtrampando[playerid] > 0)
            {
                admtrampando[playerid] = 0;
                KillTimer(TempoAdministrador);
                SetPlayerSkin(playerid, PlayerInfo[playerid][pChar]);
                SetPlayerToTeamColor(playerid);
                SetPlayerHealth(playerid,100);
            }
            else
            {
                admtrampando[playerid] = 1;
                SetPlayerColor(playerid,COLOR_PINK);
                SetPlayerSkin(playerid, 223);
                SetPlayerHealth(playerid, FLOAT_INFINITY);
            }
        }
        return 1;
    }
GM: VLC By: Caio_Cartaxo
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)