Posts: 1,801
Threads: 27
Joined: Mar 2009
Reputation:
0
Make sure that you have return 1; at OnPlayerRequestSpawn. (in gamemode and filterscripts, if you don't have this callback, it's fine, you don't have to create it)
Posts: 1,905
Threads: 63
Joined: Oct 2011
Reputation:
0
Your problem isn't under OnPlayerSpawn it is under OnPlayerRequestClass.
Posts: 1,905
Threads: 63
Joined: Oct 2011
Reputation:
0
Is there AppPlayerClass anywhere in your script?