Posts: 340
Threads: 52
Joined: Aug 2011
Reputation:
0
How to bypass class selection for only certain variables a player, I tried spawnplayer but didnt work, where are what function can i use?
Posts: 548
Threads: 25
Joined: Mar 2011
Reputation:
0
You could use a dialog to bypass it.
For your register system, then use the spawnplayer. I think that would work.
Posts: 87
Threads: 5
Joined: Jan 2011
Reputation:
0
Just remove the class selection and your good to go.
Posts: 340
Threads: 52
Joined: Aug 2011
Reputation:
0
I used SpawnPlayer after player login dialog, and for testing also used under onplayerconnect both didnt work, So..? @blazee i need class selection
Posts: 87
Threads: 5
Joined: Jan 2011
Reputation:
0
Try to put it at OnPlayerSpawn and see.
Also explain deeper what you mean please.
Posts: 340
Threads: 52
Joined: Aug 2011
Reputation:
0
I meant for some defined player , i need to skip class selection, so they auto spawn with skin they chose before (which i store in file and get the variable), I just need how to skip the class selection, and lol Onplayerspawn would make no sense