Add DeathLogs

This commit is contained in:
VegaZ
2018-09-24 22:16:57 +02:00
parent b1c9ecec85
commit c245d695d8
4 changed files with 46 additions and 10 deletions

View File

@@ -30,6 +30,7 @@ namespace reallife_gamemode.Server.Events
}
player.TriggerEvent("registerSuccess");
NAPI.Player.SpawnPlayer(player, Main.DEFAULT_SPAWN_POSITION, Main.DEFAULT_SPAWN_HEADING);
player.SetData("isLoggedIn", true);
}
else if (player.SocialClubName == checkedUser.SocialClubName)
{