Posts: 773
Threads: 309
Joined: Aug 2011
Reputation:
0
guys, i have a server and all players after they register and login they have level 0 why?
Posts: 1,794
Threads: 104
Joined: Feb 2012
Reputation:
0
If you have a script and you don't know what is it then don't use it because you will never know, otherwise read your whole script and try to understand it then you'll know why.
Posts: 1,733
Threads: 20
Joined: Nov 2010
Reputation:
0
Because all variables that are created have "0" as default value.
If you want every player to have a level of 1 to begin with, you'll have to manually set that variable to 1 when they register.