NoobSpawn, NoobSpawnRollerSystem

This commit is contained in:
Mac_Slash
2020-04-24 02:39:07 +02:00
parent 3258f68e76
commit 55a9383052
7 changed files with 194 additions and 4 deletions

View File

@@ -56,6 +56,7 @@ namespace ReallifeGamemode.Server.Events
player.SetSharedData("isLoggedIn", JsonConvert.SerializeObject(true));
player.SetData("spec", true);
player.SetData("duty", false);
player.SetData("Adminduty", false);
player.TriggerEvent("SERVER:SET_HANDMONEY", user.Handmoney, 0);
Gangwar.Gangwar.loadPlayer(player);
if (user.FactionLeader)