Skip to content

Commit

Permalink
Update M4A1-S clip and reserve
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none authored Jan 21, 2024
1 parent e69a97b commit 9f623d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripting/deathmatch.sp
Original file line number Diff line number Diff line change
Expand Up @@ -2114,7 +2114,7 @@ int GetWeaponAmmoCount(char[] weaponName, bool currentClip)
else if (StrEqual(weaponName, "weapon_m4a1"))
return currentClip ? 30 : 90;
else if (StrEqual(weaponName, "weapon_m4a1_silencer"))
return currentClip ? 25 : 75;
return currentClip ? 20 : 80;
else if (StrEqual(weaponName, "weapon_awp"))
return currentClip ? 10 : 30;
else if (StrEqual(weaponName, "weapon_sg552"))
Expand Down

0 comments on commit 9f623d6

Please sign in to comment.