Quote:
Originally Posted by Runn3R
You must be blind then.
pawn Код:
new savingstring[50]; mysql_fetch_field_row(savingstring, "PosX"); PlayerInfo[playerid][PosX] = strval(savingstring);
Why just don't do it like this?
pawn Код:
mysql_fetch_field_row(PlayerInfo[playerid][PosX], "PosX");
LOL?
|
Other method should still work regardless. That is a very common method in the old way of MySQL, back in R6...