SA-MP Forums Archive
Loading - Please help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Loading - Please help (/showthread.php?tid=192968)



Loading - Please help - NewbBeginner - 24.11.2010

Hello guys.

How can I load fields from mysql database ?

Please Help Me


Re: Loading - Please help - Arcanize - 24.11.2010

with "import" button?


Re: Loading - Please help - NewbBeginner - 24.11.2010

No, I mean, Ingame, to load stats from databse to IG.


Re: Loading - Please help - Arcanize - 24.11.2010

Does MYSQL even connect with server?

if not, then insert this to ongamemodeinit:

MysqlConnect();


Re: Loading - Please help - NewbBeginner - 24.11.2010

All this connects,
But I want like, 1 field in database is name, then load ingame that 1Field = PlayerStats[playerid][pName]