Maximum ammo in weapon?

Hello,
I found that the maximum number of ammo in weapon is 250 and no more. Can this limit be increased?

Change it in weapons.meta
AmmoMax value=“250”

1 Like

Where can I find weapons.meta?

How to find the weapons.meta

You can find it with Google.
Edit it accordingly, and put it into a “stream” folder in any resource.

But to increase you don’t need to change any files, you just need to set the shooting ability stat higher in scripts. :confused:

Thanks for response, How?

1 Like
StatSetInt(GetHashKey("MP0_SHOOTING_ABILITY"), 100, true);
4 Likes

where want to set this code sir

Did you fixt it?

where do we add this?