SA-MP Forums Archive
mysql 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: mysql help (/showthread.php?tid=166224)



mysql help - superelite1 - 07.08.2010

Hello,

I've been working on a new script, but i am stuck atm.
I've got a savehouse function, but I am in need of a SaveAllHouses function

Can someone help me with this?


Greetings,
Superelite1


Re: mysql help - Conroy - 07.08.2010

pawn Код:
for(new houseid; houseid <= MAX_HOUSES; houseid++) {
// Save each house to your MySQL database
}