Posts: 213
Threads: 77
Joined: Jul 2013
Reputation:
0
Hello is OnPlayerSpawn the best option to load player data like, skin interior postion etc.?
Posts: 1,733
Threads: 20
Joined: Nov 2010
Reputation:
0
Usually, your player-data is loaded during OnPlayerConnect.
Players connect only once to your server and data should only be loaded once for the entire duration your player is connected.
If you use a DeathMatch script, players will spawn very often if they die alot, or in other scripts, when they change classes.
No need to keep reloading the same data over and over again.
Posts: 213
Threads: 77
Joined: Jul 2013
Reputation:
0
but when i put my data in OnPlayerConnect Nothing load its spawn on the air