Quote:
Originally Posted by zokemon
Since when can you use player in onCreated serverside (outside a with block)? Come on guys...
|
What?
With weapon scripts and Database NPCs, the serverside onCreated() is called on NPC-Server startup or script update.
With player classes, the serverside onCreated() is called when the player logs on (although presumably it is more when the class is joined to the player or something).