Please help with Mysql data load
#8

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...
Reply


Messages In This Thread
Please help with Mysql data load - by edvardass - 13.11.2014, 19:15
Re: Please help with Mysql data load - by Dziugsas - 13.11.2014, 19:21
Re: Please help with Mysql data load - by TakeiT - 13.11.2014, 19:25
Re: Please help with Mysql data load - by edvardass - 13.11.2014, 20:39
Re: Please help with Mysql data load - by Runn3R - 13.11.2014, 20:59
Re: Please help with Mysql data load - by TakeiT - 13.11.2014, 21:03
Re: Please help with Mysql data load - by Runn3R - 13.11.2014, 21:44
Re: Please help with Mysql data load - by sammp - 13.11.2014, 21:57

Forum Jump:


Users browsing this thread: 2 Guest(s)