vehicle sync OHNE FEHLER
This commit is contained in:
@@ -117,7 +117,7 @@ namespace ReallifeGamemode.Server.Events
|
||||
player.SendNotification("~r~Du hast schon über 30 Spielstunden!", true);
|
||||
return;
|
||||
}
|
||||
if(player.GetData<bool>("HatNoobSpawnVehicle") == true)
|
||||
if (player.GetData<bool>("HatNoobSpawnVehicle") == true)
|
||||
{
|
||||
player.StopAnimation();
|
||||
player.SendNotification("~r~Du hast bereits einen Roller!", true);
|
||||
@@ -223,7 +223,7 @@ namespace ReallifeGamemode.Server.Events
|
||||
{
|
||||
ExitVehicle.timerNoobRollerRespawn.Stop();
|
||||
vehicle.SetData("NoobSpawnVehicleTimer", false);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user