/armorall and /healall
#2

pawn Код:
CMD:massarmor(playerid)
{
    if(PlayerInfo[playerid][pAdmin] >= 5)
    {
        foreach(Player, i)
        {
            SetPlayerArmour(i, 100);
        }
        BroadCast(COLOR_LIGHTBLUE, "An Admin has given Full Armor to Everyone!");
    }
    return 1;
}
CMD:massheal(playerid)
{
    if(PlayerInfo[playerid][pAdmin] >= 9998)
    {
        foreach(Player, i)
        {
            SetPlayerHealth(i, 100);
        }
        BroadCast(COLOR_LIGHTBLUE, "An Admin has given full health to Everyone!");
    }
    return 1;
}
Reply


Messages In This Thread
/armorall and /healall - by imnoob - 04.06.2012, 14:47
Re: /armorall and /healall - by dannyk0ed - 04.06.2012, 14:49
Re: /armorall and /healall - by doreto - 04.06.2012, 14:50
AW: /armorall and /healall - by Drebin - 04.06.2012, 14:51
Re: AW: /armorall and /healall - by dannyk0ed - 04.06.2012, 14:52
Re: AW: /armorall and /healall - by imnoob - 04.06.2012, 20:00
Re: AW: /armorall and /healall - by DaRealShazz - 04.06.2012, 20:08
Re: /armorall and /healall - by AbO.SbRe - 04.06.2012, 20:13
Re: /armorall and /healall - by FalconX - 04.06.2012, 20:17
Re: /armorall and /healall - by SuperViper - 04.06.2012, 20:23

Forum Jump:


Users browsing this thread: 1 Guest(s)