Signature
native ns_set_weap_clip(idWeapon, clipsize);
Description
Sets the weapon's ammo in the clip.
Notes
- Use weapon index, not player index!
Parameters
- idWeapon — The weapon to set the clip ammo on.
- clipsize — The amount of ammunition to set in the weapon's clip.
No return value