native

ns_set_weap_clip

Syntax

native ns_set_weap_clip(idWeapon, clipsize);

Description

Sets the weapon's ammo in the clip.

Parameters

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

Note

Use weapon index, not player index!

Return

This function has no return value.