17.11.2013, 21:00
I'm also a newbie, but I'll try and help.
What have you defined as your default values for each of the cells, Skin, Money and Score?
I am thinking that when they register, they get set to the default value, and you call the default value with:
GivePlayerMoney(playerid, PlayerInfo[playerid][curmoney]);
SetPlayerSkin(playerid, PlayerInfo[playerid][Skin]);
SetPlayerScore(playerid, PlayerInfo[playerid][playerlvl]);
So yeh.. Try changing the default value on the phpmyadmin.
What have you defined as your default values for each of the cells, Skin, Money and Score?
I am thinking that when they register, they get set to the default value, and you call the default value with:
GivePlayerMoney(playerid, PlayerInfo[playerid][curmoney]);
SetPlayerSkin(playerid, PlayerInfo[playerid][Skin]);
SetPlayerScore(playerid, PlayerInfo[playerid][playerlvl]);
So yeh.. Try changing the default value on the phpmyadmin.