Help Please Coding Question
Is there a way to add 1 bullet to a clip in a gun, say the pistol had 2 bullets and 0 stock ammo
I want to add 1 bullet to the 2 existing bullets here is what i can do
self setWeaponAmmoClip( "m1911_mp", 1 );
but this only sets the clip to 1 when i want it to add 1 bullet to clip
Is there a way to do this?
Maybe a way to find out the current clip and then add 1 bullet or just something simple like
self setWeaponAmmoClip( "m1911_mp", +1 );
but i know that ^ doesn't work
Help is appreciated
-Littlegandhi1199
i was wondering if you could do that on mw2 also but black ops would be nice also
I have tried to use your code but i can't find where you define weapon or ammo or clip for the thread... Can you outline it a little more for me