vlt fix reifen

This commit is contained in:
hydrant
2021-05-08 02:49:22 +02:00
parent 7c7679896e
commit 3ac5939410

View File

@@ -12,10 +12,11 @@
var mod18 = vehicle.getVariable('mod18');
var wheelType = vehicle.getVariable('wheelType');
mp.gui.chat.push("wheelType = " + wheelType);
if (wheelType !== undefined) {
mp.gui.chat.push("vehicle = " + vehicle.remoteId + ", set wheelType = " + wheelType);
vehicle.setWheelType(wheelType);
vehicle.setMod(23, vehicle.getMod(23));
}
if (mod18 !== undefined) {