How would I make all weapons drop at once?
#2

Something like that I guess would work:
PHP код:
new w_idw_ammoFloatp_pos[3], p_world GetPlayerVirtualWorld(playerid), p_int GetPlayerInterior(playerid), Floatoffset;
GetPlayerPos(playeridp_pos[0], p_pos[1], p_pos[2]);

for (new 
i!= 13; ++i)
{
    
GetPlayerWeaponData(playeridiw_idw_ammo);
    if (
w_idDropGun(playeridw_idw_ammop_pos[0] + (offset += 0.5), p_pos[1], p_pos[2], p_worldp_int);

Reply


Messages In This Thread
How would I make all weapons drop at once? - by ChristofferHoffmann - 01.06.2015, 19:24
Re: How would I make all weapons drop at once? - by Konstantinos - 01.06.2015, 19:39

Forum Jump:


Users browsing this thread: 2 Guest(s)