SA-MP Forums Archive
Snow object problem rep+ - 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: Snow object problem rep+ (/showthread.php?tid=594675)



Snow object problem rep+ - Mijata - 21.11.2015

Server lagging with snow on player connect

Код:
        for(new x = 0; x < 61; x++)
	for(new y = 0; y < 61; y++)
	CreateDynamicObject(18864,-3000.0+x*100.0,-3000+y*100,0.0,0.0,0.0,0.0);
can it be fixed ??


Re: Snow object problem rep+ - N0FeaR - 21.11.2015

i suggest u to use this instead i used that last year without any problem https://sampforum.blast.hk/showthread.php?tid=296904


Re: Snow object problem rep+ - Mijata - 21.11.2015

Fixed thanks