sync schneller
This commit is contained in:
@@ -40,11 +40,10 @@
|
||||
setTimeout(() => {
|
||||
if (mp.vehicles.exists(vehicle)) {
|
||||
var mod = vehicle.getMod(23);
|
||||
mp.gui.chat.push(`${vehicle.remoteId} - set wheel type = ${wheelType}, wheel = ${mod}`);
|
||||
vehicle.setWheelType(wheelType);
|
||||
vehicle.setMod(23, mod);
|
||||
}
|
||||
}, 2000);
|
||||
}, 1000);
|
||||
}
|
||||
|
||||
mp.events.addDataHandler("vehicleTaxiLight", (entity: VehicleMp, state: boolean) => {
|
||||
|
||||
Reference in New Issue
Block a user