Quote:
Originally Posted by [HRD]Mar1
pawn Код:
COMMAND:drop(playerid, params[]) { OnWeaponDrop(playerid); ResetPlayerWeapons(playerid); return 1; }
|
Well, I'm trying to make it like when I type /dropgun it'd remove my weapon + spawn an object on the ground which are pickupable. This happens when I use my script to /dropgun. It spawns objects on the ground of all my weapons but only removes one. I'm trying to create it like when you use /dropgun it removes your gun and ONLY spawns one object on the ground.
http://i.imgur.com/qsTr3.png