29.06.2012, 10:59
Oh, there is nothign you can do about that.
The reason is, some weapons use the same weapon slots which explains why it removes a players previous weapon in that slot.
Hope that made some sense :S
but, you should use:
Add that above this:
Before setting another weapon - The slot each weapon uses is in the SA:MP weapon ids list.
The reason is, some weapons use the same weapon slots which explains why it removes a players previous weapon in that slot.
Hope that made some sense :S
but, you should use:
pawn Код:
SetPlayerAmmo(playerid, WEAPONSLOTID, 0);
pawn Код:
GivePlayerWeapon(playerid,WEAPONID,ammo);