08.01.2013, 16:33
Quote:
I mean just looking at that piece of code, I can't really tell you but this error means a lot.
undefined symbol "player_level" It means that it's not defined anywhere in the file at all so you need to define it. What exactly are you trying to do? Be descriptive. |
I am making a Freeroam server, and ofcourse it have to save the players position, money etc.
I followed the tutorial and I have no further errors (as far as I know). Only this one, I have to define the player_level but I don't know where / how.