30.08.2012, 09:52
That's a bad idea.
You should have an enum for player variables. And as doreto said, you could show us the mysql_log file, so that the problem could be solved easier.
pawn Код:
new level = GetPlayerScore(playerid);
new money = GetPVarInt(playerid, "Novac");
new admin = GetPVarInt(playerid, "Admin");
new skin = GetPVarInt(playerid, "Skin");
new org = GetPVarInt(playerid, "Org");
new lider = GetPVarInt(playerid, "Lider");
new rank = GetPVarInt(playerid, "Rank");