SetArmedWeapon
#1

Can anybody help me on how I can set the players weapon to fists and make it so they can only use fists?
Thanks in advance.

PHP код:
if(isAlive[playerid] == false)
        {
            
SetPlayerPos(playeridDeadx[playerid], Deady[playerid], Deadz[playerid]);
            
SetPlayerInterior(playeriddeadint[playerid]);
            
SetPlayerVirtualWorld(playeriddeadvw[playerid]);
            
stopanimAllowed[playerid] = true;
            
SCM(playeridCOLOR_LIGHTRED"You're currently brutally wounded. If no-one helps you, you will die. /acceptdeath if you wish to give up.");
             
TogglePlayerControllable(playerid,1);
             
SetTimerEx("LoadDeathAnim"1000false"i"playerid);
            
SetPlayerSkin(playeridoldskin[playerid]);
            for(new 
0MAX_PLAYERSi++) ShowPlayerNameTagForPlayer(iplayeridtrue);
              new 
string[400];
            new 
holder[400]; 
Reply


Messages In This Thread
SetArmedWeapon - by Cubie - 08.09.2017, 16:35
Re: SetArmedWeapon - by Primes007 - 08.09.2017, 16:48
Re: SetArmedWeapon - by Cubie - 08.09.2017, 17:02
Re: SetArmedWeapon - by Primes007 - 08.09.2017, 17:15
Re: SetArmedWeapon - by Cubie - 08.09.2017, 18:17
Re: SetArmedWeapon - by Abagail - 08.09.2017, 18:20

Forum Jump:


Users browsing this thread: 3 Guest(s)