11.08.2010, 21:50
Hi,
I'm wanting to spawn a weapon on the ground that players will be able to pickup.
I am currently using this code:
The item is picked up but does not get given to the player, any ideas? Thanks.
I'm wanting to spawn a weapon on the ground that players will be able to pickup.
I am currently using this code:
Код:
if(pickupid == Gnade1) { Gnade1 = CreatePickup(342,1,2000.6320,1566.6492,15.3671); GivePlayerWeapon(playerid, 342, 1); // 342 - Frag Grenade | playerid | weaponid | ammo | return 1; }