SA-MP Forums Archive
OnPlayerConnect OnPlayerRequestClass - 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: OnPlayerConnect OnPlayerRequestClass (/showthread.php?tid=638204)



OnPlayerConnect OnPlayerRequestClass - Bussyman - 28.07.2017

Hi,

What is time between onplayerconnect and onplayerrequestclass? what smallest time can be?


Re: OnPlayerConnect OnPlayerRequestClass - Xeon™ - 28.07.2017

https://sampforum.blast.hk/showthread.php?tid=390852


Re: OnPlayerConnect OnPlayerRequestClass - Bussyman - 28.07.2017

So 3 seconds?


Re: OnPlayerConnect OnPlayerRequestClass - Xeon™ - 28.07.2017

Quote:
Originally Posted by Bussyman
Посмотреть сообщение
So 3 seconds?
its depends from script to script, if you are using much check's in OnPlayerConnect, it will take more than 2 seconds
else it will be less than 1 second


Re: OnPlayerConnect OnPlayerRequestClass - Bussyman - 28.07.2017

But can be less than 500ms? because i do timer 200-300, and i need that onplayerrequest don't get called until timer finish.