Call of Duty Script Documentation

setweaponslotclipammo( <weapon slot>, <ammo count> )


Module
Player


Summary


Sets the clip ammunition for the weapon in the given weapon slot.

Call this function on


The player

Example


 level.player setweaponslotclipammo("primary", 125);

Minimum Number of arguments: 2


Number of optional arguments: 0



Return to Function List