Posts: 298
Threads: 22
Joined: Jan 2012
Reputation:
0
Leave it there, and place the player in spectate mode under OnPlayerConnect. This will remove, or rather hide, the class selection box. After logging in/registering the player, remove them from spectate mode and spawn them.
Posts: 298
Threads: 22
Joined: Jan 2012
Reputation:
0
Try this (just looked at an old gamemode of mine):
TogglePlayerSpectating under on OnPlayerRequestClass, login/register and spawn the player (ensure you have used either AddPlayerClass or SetSpawnInfo before you spawn the player, or you will get the "Stay in the world boundaries" mess), then remove from spectating mode.
Posts: 82
Threads: 22
Joined: Jul 2012
Reputation:
0
Yeah tried it after I posted the previous message, works that way, cheers!