09.05.2014, 18:34
I'm not really sure about this. However, OnPlayerConnect isn't always safe to add many codes. Spawning the player should be delayed and that's why OnPlayerRequestClass is better than using OnPlayerConnect. Run a timer of 250 milliseconds to ensure that OnPlayerConnect is safe to be used if you're trying to run something which is followed by OnPlayerConnect.