Zet0rz / nzombies

A GM13 Nazi Zombies style (WIP) gamemode
GNU General Public License v3.0
71 stars 77 forks source link

Modifying Clip Size and Ammo Pools (PaP and Normal) #576

Closed sh4d0w59 closed 6 years ago

sh4d0w59 commented 7 years ago

Is it possible to change the max ammo or clip size of specific weapons? I'm asking because some weapons require multiple bullets to shoot and some weapons have VERY LOW ammo pools. CS:O2 - Double Offence requires 2 shells to shoot when not PaP'd (not an issue). When PaP'd it turns into the triple offence which takes 3 shells to shoot but has a clip size of 5 which leaves you with 2 shells you can't shoot. This issue forces me to take them out of configs. The low ammo pool issue is very apparent with double barrel shotguns (2/20 ammo pool) and single shot weapons (1/10 ammo pool).

minin43 commented 7 years ago

Sure it's possible, but you're asking in the wrong place. That's not something that has to do with nZ.

globalcringe commented 7 years ago

Seems like a good place to start You can't really edit the ammo variables as easily as, say, setting a gun to be a pap replacement. I'd love to know how as well

sh4d0w59 commented 6 years ago

@globalcringe Just out of curiosity, are you the same global that made the CS:O/CS:O2 sweps?

minin43 commented 6 years ago

http://wiki.garrysmod.com/page/weapons/GetStored

sh4d0w59 commented 6 years ago

@DjNathann Nah, I'm not requesting anything. I was just wondering if he was the same global. Just a bit curiousity.

sh4d0w59 commented 6 years ago

Found a fix for this issue after reading up on pap functions and max ammo functions. Issue closed.