03.05.2016, 09:33
Did you add this under OnGameModeInit? It doesn't have a parameter called "playerid" you should remove these when a player connects, the fix you did above will not be detected by compile as an issue but this won't work either. You can directly add them under OnPlayerConnect or maybe use as henkas said.