Double V
Results
7
issues of
Double V
The function does not correctly format the width option. Example: ````pawn printf("%5d", -1); ```` Output: ``` - 1 ``` Here the example how it must be formatted: ``` -1 ```...
- SetVehiclePanelsStatus -> UpdateVehicleDamageStatus
bug