20.10.2011, 10:48
Quote:
Try using sscanf to load the data! A lot better. You can download some MySQL registration filterscripts to see how it is done.
|
I suggest you to use normal variables, here is exaple how I use it for loading
pawn Код:
mysql_fetch_field_row(savingstring, "Novac"); PlayerInfo[playerid][pMoney] = strval(savingstring);
mysql_fetch_field_row(savingstring, "Ubojstva"); PlayerInfo[playerid][pKills] = strval(savingstring);