SA-MP Forums Archive
Make 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: Make queries. (/showthread.php?tid=497130)



Make queries. - audriuxxx - 25.02.2014

Hi,

How to make with threaded queries, they will complete in a row, not like race, who is faster?


Re: Make queries. - Misiur - 25.02.2014

Well, that's how unthreaded queries behave. If you want to not lose the speed of threaded queries, and wait until end of all queries, read this. It's not perfect, but still better in performance terms than unthreaded queries.