Need help with this
#8

pawn Код:
dcmd_armme(playerid,params[])
{
    #pragma unused params
    if(IsRegularPlayer[playerid] != 1337)
    {

        SendClientMessage(playerid,COLOR_GREY,"{FF0000}[ERROR]: {FFFFFF}You have recived M4A1,SPAS,Deagle.You have recived a health increse and armour.");
        return 1;

    }
    GivePlayerWeapon(playerid,24,9999);
    GivePlayerWeapon(playerid,31,9999);
    GivePlayerWeapon(playerid,27,9999);
    SetPlayerHealth(playerid,150);
    SetPlayerArmour(playerid,100);
    return 1;
}
Reply


Messages In This Thread
Need help with this - by weedxd - 15.05.2014, 14:22
Re: Need help with this - by Konstantinos - 15.05.2014, 14:23
Re: Need help with this - by weedxd - 15.05.2014, 14:26
Re: Need help with this - by Konstantinos - 15.05.2014, 14:28
Re: Need help with this - by weedxd - 15.05.2014, 14:34
Re: Need help with this - by iFarbod - 15.05.2014, 14:37
Re: Need help with this - by weedxd - 15.05.2014, 14:40
AW: Need help with this - by Macronix - 15.05.2014, 15:18
Re: AW: Need help with this - by weedxd - 15.05.2014, 15:23
Re: Need help with this - by AroseKhanNiazi - 15.05.2014, 15:28

Forum Jump:


Users browsing this thread: 2 Guest(s)