minigun...
#4

or if you wanna use it for admin ranks
Код:
CMD:minigun(playerid,params[])
{
    if(testinfo[playerid][testadmin] >= 1) //this checks to see if the player is level 1 or higher
    {
        GivePlayerWeapon(playerid,38,5000);
    }
    else //if he isnt then it sends him this message
    {
         SendClientMessage(playerid,COLOR_RED,"You are not an admin!");
    }
    return 1;
}
Reply


Messages In This Thread
minigun... - by itachi - 09.10.2015, 19:15
Re: minigun... - by Kevln - 09.10.2015, 19:18
Re: minigun... - by The God - 10.10.2015, 19:03
Re: minigun... - by Hybris - 11.10.2015, 09:15

Forum Jump:


Users browsing this thread: 1 Guest(s)