Änderung Busfahrer/Pilot Bugs fix siehe Forenbeitrag
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using GTANetworkAPI;
|
||||
@@ -1332,6 +1332,7 @@ namespace ReallifeGamemode.Server.Commands
|
||||
VehicleStreaming.SetEngineState(v, true);
|
||||
VehicleStreaming.SetLockStatus(v, false);
|
||||
player.SetIntoVehicle(v.Handle, 0);
|
||||
player.SetIntoVehicle(v.Handle, 0);
|
||||
}
|
||||
|
||||
[Command("fv", "~m~Benutzung: ~s~/fv", Alias = "vfix")]
|
||||
|
||||
Reference in New Issue
Block a user