Not ended queries. - 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: Not ended queries. (
/showthread.php?tid=498042)
Not ended queries. -
audriuxxx - 01.03.2014
Hi,
It'is possible to know what (same) queries is alot of time called? i mean you can do a mistakes in you code, but hard to find a mistake, and for ex: you send a threaded querie, in callback get anwer, and then there you send a same querie and there is no end...
Re: Not ended queries. -
DeStunter - 01.03.2014
you fix your code to end the infinite loop.
Re: Not ended queries. -
audriuxxx - 01.03.2014
I don't do a loop in queries.. I mean i need to know, what queries same queries called a lot of times. And even is there a loop how then check is in server infiniate loop? and how too know where?