in0finite / SanAndreasUnity

Open source reimplementation of GTA San Andreas game engine in Unity
https://discord.gg/p6jjud5
MIT License
2.1k stars 348 forks source link

Updated weapon label format for weapons such as rifles #133

Closed Quickz closed 2 years ago

Quickz commented 2 years ago

Certain weapons like rifles can be shot indefinitely without reloading. In the original game in case of weapons like that, the weapon label displayed the total number of rounds available.

Currently weapon label is displayed in the following format - "{remaining number of rounds}-{number of rounds in the clip}". Made sure that weapons such as rifles would just display the total number of rounds available instead as in the original game.

in0finite commented 2 years ago

Thanks for contributing.