Add DeathScreen

This commit is contained in:
VegaZ
2018-10-21 12:44:34 +02:00
parent 73a8a5dbf2
commit b72f511702
4 changed files with 54 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ namespace reallife_gamemode
NAPI.Server.SetCommandErrorMessage("~r~[FEHLER]~s~ Dieser Command existiert nicht.");
NAPI.Server.SetDefaultSpawnLocation(DEFAULT_SPAWN_POSITION, DEFAULT_SPAWN_HEADING);
NAPI.Server.SetAutoSpawnOnConnect(false);
NAPI.Server.SetAutoRespawnAfterDeath(false);
using (var context = new DatabaseContext())
{