Open
Description
Describe the bug
I'm experiencing a bug in which the getVehicleCompatibleUpgrades function is returning on the client side a spoiler that cannot be installed on the Vincent vehicle.
Steps to reproduce
- invoke getVehicleCompatibleUpgrades & pass vincent vehicle as argument
- get diff data from server/client
- voilà
Version
Client: Multi Theft Auto v1.6-release-22293
Server: Multi Theft Auto 1.6.0 x64 (build 21959)
Additional context
Relevant log output
gtkvba executed command: outputConsole(inspect(getVehicleCompatibleUpgrades(getPedOccupiedVehicle(getPlayerFromName("gtkvba")))))
{ 1000, 1001, 1002, 1003, 1004, 1006, 1007, 1008, 1009, 1010, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1023, 1024, 1025, 1049, 1050, 1058, 1060, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1096, 1097, 1098, 1138, 1139, 1142, 1143, 1144, 1145, 1146, 1147, 1158, 1162, 1163 }
Command results: true [boolean]
Executing client-side command: outputConsole(inspect(getVehicleCompatibleUpgrades(getPedOccupiedVehicle(getPlayerFromName("gtkvba")))))
{ 1000, 1001, 1002, 1003, 1004, 1006, 1007, 1008, 1009, 1010, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1023, 1024, 1025, 1049, 1050, 1058, 1060, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1096, 1097, 1098, 1138, 1139, 1142, 1143, 1144, 1145, 1146, 1147, 1158, 1162, 1163, 1164 }
Command results: true [boolean]
Security Policy
- I have read and understood the Security Policy and this issue is not security related.