vehicle sync OHNE FEHLER
This commit is contained in:
@@ -91,6 +91,14 @@ class RageVehicle extends RageEntity implements IVehicle {
|
||||
setDoorsLocked(state: boolean) {
|
||||
this.vehicle.setDoorsLocked(state ? 2 : 1);
|
||||
}
|
||||
|
||||
setDoorOpen(door: number, loose: boolean, instantly: boolean) {
|
||||
this.vehicle.setDoorOpen(door, loose, instantly);
|
||||
}
|
||||
|
||||
setDoorShut(door: number, instantly: boolean) {
|
||||
this.vehicle.setDoorShut(door, instantly);
|
||||
}
|
||||
}
|
||||
|
||||
class RageVehiclePool implements IVehiclePool {
|
||||
|
||||
Reference in New Issue
Block a user