Problem with id's of database - 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)
+--- Thread: Problem with id's of database (
/showthread.php?tid=642485)
Problem with id's of database -
Klayton - 01.10.2017
Hello guys, when I create an house, the id in the database takes '1', but IG it takes id '0', how fix it?
Thank's !
https://pastebin.com/SW6FuGhB
Re: Problem with id's of database -
oMa37 - 01.10.2017
PHP Code:
for (new i = 1; i != MAX_HOUSES; i ++)
Re: Problem with id's of database -
Klayton - 01.10.2017
Oh yeah...thank's +1 rep
fixed.