vehicle sync OHNE FEHLER

This commit is contained in:
hydrant
2020-05-09 01:41:39 +02:00
parent 93540e721b
commit 2e91fe76ee
12 changed files with 163 additions and 429 deletions

View File

@@ -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);
}
}
}
}
}