Feature/character creator

This commit is contained in:
VegaZ
2018-10-24 20:51:54 +02:00
parent 5d581ed66d
commit ae6801cedb
14 changed files with 1184 additions and 15 deletions

View File

@@ -26,6 +26,7 @@ namespace reallife_gamemode
NAPI.Server.SetDefaultSpawnLocation(DEFAULT_SPAWN_POSITION, DEFAULT_SPAWN_HEADING);
NAPI.Server.SetAutoSpawnOnConnect(false);
NAPI.Server.SetAutoRespawnAfterDeath(false);
NAPI.Data.SetWorldData("playerCreatorDimension", 0);
TuningManager.AddTuningGarage(new Vector3(-341, -134, 38.5), new Vector3(-334, -143, 41));