SA-MP Forums Archive
Send queries in callback threded 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: Send queries in callback threded queries (/showthread.php?tid=626865)



Send queries in callback threded queries - MerryDeer - 21.01.2017

Hi,

Can i send another querie when in cikle?

OnQueryResponse(....)
{
for( cikle... )
{
can when i do cikle, cache_get_row and so on what i need, do mysql queries?
}
}


Re: Send queries in callback threded queries - BiosMarcel - 21.01.2017

Is it really neccessary to do queries in a loop? What do you want to achieve and at what point of time


Re: Send queries in callback threded queries - MerryDeer - 22.01.2017

Yes i need to load for example name and do querie depends of player name


Re: Send queries in callback threded queries - BiosMarcel - 22.01.2017

Do subselects or joins