Quote:
Originally Posted by xXziroXx
onCreated() on serverside is an event that doesn't have a player scope, and since you're trying to read 'player.account' in it, it reads it as '0'.
|
i tried onActionServerSide() too and triggerd it from clientside by onPlayerChats().
will try again but from clientside and send player.account from the clientside.
Quote:
Originally Posted by Tigairius
Also, make sure you lowercase the player.account because levels can't contain capital letters. This might be helpful.
|
hmm, lowercase you say? that's not true, because i used player.account before in CopyLevel(), and i already read the how-to.