06.01.2013, 23:30
This
Should become
And you should replace every /*XPOS VARIABLE*/ with your actual variable...
pawn Код:
mysql_fetch_field_row(savingstring, "XPOS"); /*XPOS VARIABLE*/ = strval(savingstring);
pawn Код:
mysql_fetch_field_row(savingstring, "XPOS");
PlayerInfo[playerid][xPos] = floatstr(savingstring);
// Assuming that 'PlayerInfo[playerid][xPos]'is the variable where you want to save that xPos