Add Login CEF

This commit is contained in:
VegaZ
2018-09-18 21:09:10 +02:00
parent 7cafc4d66b
commit d8c10410ab
27 changed files with 10356 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ namespace reallife_gamemode.Server.Event
[ServerEvent(GTANetworkAPI.Event.PlayerSpawn)]
public void OnPlayerSpawn(Client player)
{
NAPI.Chat.SendChatMessageToPlayer(player, "~b~Du wurdest gespawnt.");
}
}
}