Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getVehicleCompatibleUpgrades returns invalid data on the client side. #3248

Open
1 task done
gtkvba opened this issue Nov 22, 2023 · 0 comments
Open
1 task done

getVehicleCompatibleUpgrades returns invalid data on the client side. #3248

gtkvba opened this issue Nov 22, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@gtkvba
Copy link

gtkvba commented Nov 22, 2023

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

  1. invoke getVehicleCompatibleUpgrades & pass vincent vehicle as argument
  2. get diff data from server/client
  3. voilà

Version

Client: Multi Theft Auto v1.6-release-22293
Server: Multi Theft Auto 1.6.0 x64 (build 21959)

Additional context

obraz

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.
@gtkvba gtkvba added the bug Something isn't working label Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant