SA-MP Forums Archive
Varibles Changing Randomly. - 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: Varibles Changing Randomly. (/showthread.php?tid=227964)



Varibles Changing Randomly. - Kyle - 18.02.2011

Ive got a loop where it checks if the loop varible is the same value as the checkpoint id you are in.

If so it enteres a statement and retreives some code from the mysql database.

Ive printed the value of the loop value after a new code is added.

But print 8 is a fine value but when it passes to print 9 it changes and between 8 and 9 is the following code.

Code:
mysql_fetch_row_format(row, "|");
Thank you.


Re: Varibles Changing Randomly. - MadeMan - 18.02.2011

Show more code.


Re: Varibles Changing Randomly. - Kyle - 18.02.2011

Its fixed now, Thanks anyway.