09.11.2013, 18:05
It will have if you don't fix it. It's going to check if the account exists everytime a player re-spawns.
Honestly though, using it in OnPlayerSpawn seems very bad. Just set a timer after few seconds a player connects to show the dialog. Until the timer will be called, OnPlayerRequestClass would normally have been called.
Honestly though, using it in OnPlayerSpawn seems very bad. Just set a timer after few seconds a player connects to show the dialog. Until the timer will be called, OnPlayerRequestClass would normally have been called.

