Call of Duty Script Documentation

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


Module
Player


Summary


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

Call this function on


The player

Example


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

Minimum Number of arguments: 2


Number of optional arguments: 0



Return to Function List