wheeltype debug

This commit is contained in:
hydrant
2021-05-08 02:46:09 +02:00
parent 28df38a781
commit 7c7679896e
2 changed files with 3 additions and 2 deletions

View File

@@ -12,6 +12,7 @@
var mod18 = vehicle.getVariable('mod18');
var wheelType = vehicle.getVariable('wheelType');
mp.gui.chat.push("wheelType = " + wheelType);
if (wheelType !== undefined) {
vehicle.setWheelType(wheelType);
@@ -33,7 +34,7 @@
else {
veh.toggleMod(slot, newval);
}
});
mp.events.addDataHandler("vehicleTaxiLight", (entity: VehicleMp, state: boolean) => {