No weapons in place
#7

PHP код:
public OnPlayerUpdate(playerid)
{
    
SetPlayerArmedWeapon(playerid,0); // disables weapons
    
return 1;

PHP код:
        new Weap[2];
        
GetPlayerWeaponData(playerid4Weap[0], Weap[1]);
        
SetPlayerArmedWeapon(playeridWeap[0]); 
For More Information Check : https://sampwiki.blast.hk/wiki/SetPlayerArmedWeapon
Reply


Messages In This Thread
No weapons in place - by s3ek - 07.03.2015, 14:35
Re: No weapons in place - by s3ek - 07.03.2015, 15:56
Respuesta: No weapons in place - by JuanStone - 07.03.2015, 15:58
Re: No weapons in place - by s3ek - 07.03.2015, 16:02
Re: No weapons in place - by Finnick - 07.03.2015, 16:04
Re: No weapons in place - by s3ek - 07.03.2015, 16:06
Re: No weapons in place - by Finnick - 07.03.2015, 16:12

Forum Jump:


Users browsing this thread: 1 Guest(s)