SA-MP Forums Archive
BUG: Download not starting - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP DL Edition (https://sampforum.blast.hk/forumdisplay.php?fid=92)
+--- Forum: SA-MP 0.3.DL (https://sampforum.blast.hk/forumdisplay.php?fid=90)
+--- Thread: BUG: Download not starting (/showthread.php?tid=644354)



BUG: Download not starting - Kar - 06.11.2017

If the server is still loading (processing some data like mysql stuff) and you connect and spawn while that is happening it sticks at Updating Models... while the server continues to run fine.

Obv I got nothing to support this.


Re: BUG: Download not starting - RahimBashovski - 06.11.2017

Consider moving OnPlayerConnect code under the new callback that is called after downloading.


Re: BUG: Download not starting - Skream - 06.11.2017

Lock server until fully load mysql and colandreas?


Re: BUG: Download not starting - Kar - 06.11.2017

I'm just reporting an issue, I don't need a solution. Thx guys.


Re: BUG: Download not starting - JernejL - 06.11.2017

You can easily prevent spawning until the downloading callback is called, what's the problem with this? Player cannot spawn without spawninfo, so don't provide it until it's time.


Re: BUG: Download not starting - Kar - 06.11.2017

Quote:
Originally Posted by JernejL
View Post
You can easily prevent spawning until the downloading callback is called, what's the problem with this? Player cannot spawn without spawninfo, so don't provide it until it's time.
I don't think the issue was with the client, I think it was also the server. I'll try to investigate it some more.

As far as my testing went, downloading happens at anytime, even when spawned.. usually it takes so long to start that it starts after I've spawned.


Re: BUG: Download not starting - Xeon™ - 06.11.2017

Quote:
Originally Posted by Kar
View Post
I don't think the issue was with the client, I think it was also the server. I'll try to investigate it some more.

As far as my testing went, downloading happens at anytime, even when spawned.. usually it takes so long to start that it starts after I've spawned.
you got a slow internet. for me the download start before even the half on OnPlayerConnect gets called.