OnPlayerSpaw
#1

Hello is OnPlayerSpawn the best option to load player data like, skin interior postion etc.?
Reply
#2

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.
Reply
#3

but when i put my data in OnPlayerConnect Nothing load its spawn on the air
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)