WestSide1337

User

Joined on Feb 11 2021

All types of wheel tuning do not work for every vehicle in UGMP
Resolved
Snapshot 4.1.7
In samp, you can install any kind of tuning wheels on any car, in UGMP this cannot be done. UGMP works in the same way as a single player game.
new Wheels[] = { 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1025, 1096, 1097, 1098};
AddVehicleComponent(GetPlayerVehicleID(playerid), Wheels[random(sizeof Wheels)]);

dkluin

Project Leader

Joined on May 11 2016

Posted 3 years ago

The validation for AddVehicleComponent is indeed very strict. It may be loosened in the future.

dkluin

Project Leader

Joined on May 11 2016

Posted 3 years ago

The validation code for wheels has been removed in Snapshot 4.2. Wheel upgrades are considered valid for use in a vehicle by UG-MP as long as they are defined in a wheel upgrade class.