Signature
native ns_set_weap_reserve(id, weapon, ammo);
Description
Sets the player's weapon reserve (backpack ammo) for the specified
type of weapon.
Notes
- Use player index, not weapon index!
Parameters
- id — The player id to set ammo count on.
- weapon — The weapon type to set ammo count for.
- ammo — The ammunition count to set.
No return value