How to make maps load Fast?! - 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: How to make maps load Fast?! (
/showthread.php?tid=534515)
How to make maps load Fast?! -
satafinix - 30.08.2014
Hi guys,
1 Question please: how i can make my server maps load fastly because i have a probllem my server maps load slowly!
Re: How to make maps load Fast?! -
shourya12 - 30.08.2014
Use SetTimer or SetTimerEX
Re: How to make maps load Fast?! -
Eth - 30.08.2014
ongamemodeinit:
pawn Код:
SetTimer("loadobjects",1000,false);
now
pawn Код:
forward loadobjects();
public loadobjects()
{
//objects here
return 1;
}
Re: How to make maps load Fast?! -
satafinix - 30.08.2014
Thanks bro
Re: How to make maps load Fast?! -
Rodney Francalim - 30.08.2014
If you use Incognito's Streamer, use this: