Open
Description
Describe the bug
getVehicleNameFromModel
seem to return incorrect values for vehicle IDs 502 & 503.
- ID 502 should return "Hotring Racer 2" but returns "Hotring Racer 3" instead
- ID 503 should return "Hotring Racer 3" but returns "Hotring Racer 2" instead
https://wiki.multitheftauto.com/wiki/Vehicle_IDs
Steps to reproduce
iprint(494, getVehicleNameFromModel(494))
iprint(502, getVehicleNameFromModel(502))
iprint(503, getVehicleNameFromModel(503))
-- Debug
-- INFO: 494 "Hotring Racer"
-- INFO: 502 "Hotring Racer 3"
-- INFO: 503 "Hotring Racer 2"
Version
Client: Multi Theft Auto v1.6-release-23046 (Windows 11, 64-bit)
Server: MTA:SA Server v1.6-release-22951 (Debian 11, 64-bit)
Additional context
No response
Relevant log output
Security Policy
- I have read and understood the Security Policy and this issue is not security related.