ns_set_weap_clip

Syntax

native ns_set_weap_clip(idWeapon, clipsize);

Usage

idWeapon
The weapon to set the clip ammo on.
clipsize
The amount of ammunition to set in the weapon's clip.

Description

Sets the weapon's ammo in the clip.

Note

Use weapon index, not player index!

Return

This function has no return value.