Posts: 115
Threads: 20
Joined: Jul 2011
Reputation:
0
I know it was discussed, but never was a clear solution.
how to block key f4, SetupPlayerForClassSelection?
Posts: 171
Threads: 49
Joined: Jul 2011
You can delete classselection or replace return 1; to return 0;
Posts: 160
Threads: 0
Joined: Jun 2012
Reputation:
0
Just enable a player to request spawn precisely once. Then set their bit/boolean to 1, whereafter you always return 0 or just spawn him if he gets to class selection.