SA-MP Forums Archive
Queue - 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: Discussion (https://sampforum.blast.hk/forumdisplay.php?fid=84)
+---- Thread: Queue (/showthread.php?tid=456315)



Queue - iJumbo - 05.08.2013

Does a queue on login can make less lagg?


Re: Queue - Macluawn - 05.08.2013

Try threaded queries.


Re: Queue - iJumbo - 05.08.2013

You dont get my question..

i asked for Queue on login(OnPlayerConnect) before system use queryes just queue players one login by one


Re: Queue - Vince - 05.08.2013

The SA-MP server is single threaded and can thus only execute one action at a time. I'm not sure what it is you're actually trying to achieve.


Re: Queue - iJumbo - 05.08.2013

Nothing about threaded things

just ask if i add some var to check the queue and make a player wait.. when some one login the player that is waiting just login and so on..
is easy thing to do but i just asked if there is some improvments or no..


Re: Queue - iJumbo - 05.08.2013

Just not show 100 dialogs at the same time..


Re: Queue - iJumbo - 05.08.2013

So is totally unless ... ok


AW: Queue - maddinat0r - 05.08.2013

I think he means to create a player queue - force them to wait on connect, limit how many players may connect/login at once.


Re: AW: Queue - iJumbo - 05.08.2013

Quote:
Originally Posted by Pain123
View Post
I think he means to create a player queue - force them to wait on connect, limit how many players may connect/login at once.
that! sorry for my english im actually on old chellphone that don't have english T9 inside lol


Re: Queue - Dan.. - 06.08.2013

Why would you do that? The packets are already queued and ordered by their priority so the server won't overload anyway.