added webpack, begin migration from js to ts

This commit is contained in:
hydrant
2019-03-11 16:37:22 +01:00
parent f6fac52b3d
commit 715cf3c1e6
26 changed files with 4405 additions and 374 deletions

View File

@@ -40,6 +40,7 @@ namespace ReallifeGamemode.Server.Events
if (IsPlayerBanned(player)) return;
player.TriggerEvent("SERVER:Login_ShowBrowser");
player.SendChatMessage("show login");
string msg = "~m~*** " + player.Name + " [" + player.SocialClubName + "] [ID:" + player.Handle.Value + "] (" + player.Address + ")";
ChatService.BroadcastAdmin(msg, AdminLevel.ADMIN);
}