How to set secondary clip?
-
Hi, I just had a quick question about setting the ammo in a secondary clip. I can use
player setweaponammoclip("weapon", 0);
This successfully sets the primary clip's ammo, but how would I do it for a secondary clip? The weapon I'm having trouble with is the five seven dual wield.
-
Try this:
player setweaponammoclip( weapondualwieldweaponname( WEAPONNAME ), AMOUNT );
-
Works perfectly, thank you!
-