SA-MP Forums Archive
Cars taking ages to spawn. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Client Support (https://sampforum.blast.hk/forumdisplay.php?fid=16)
+--- Thread: Cars taking ages to spawn. (/showthread.php?tid=340415)



Cars taking ages to spawn. - Kyle - 07.05.2012

I've used the default stream numbers, the script runs fine.

[ame]http://www.youtube.com/watch?v=MR6ZUPeiIXg[/ame]


Re: Cars taking ages to spawn. - Slix_ - 07.05.2012

Do you have a long OnGameModeInit that can cause delay for your vehicle spawns? Try placing your AddStaticVehicleEx() and AddStaticVehicle() to the start of OnGameModeInIt so the script can ensure that the vehicles will be the first thing to run.