[FilterScript] Infinite plane by Lev_Popov - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Infinite plane by Lev_Popov (
/showthread.php?tid=479205)
Infinite plane by Lev_Popov -
LevPopov - 03.12.2013
Hi All! ((Sorry for my bad english))
Here's one of my jobs.
Infinite plane in three lines.
Diameter can change.
Code:
PHP код:
for(new x=-5; x < 4000; x+=5)
for(new y=-5; y < 4000; y+=5)
CreateDynamicObject(19377, x, y, 1400.100, 0.0, 90.0, 0.0);
Re: Infinite plane by Lev_Popov -
dakata994 - 03.12.2013
Nice idea, but it will have BIG LAG.
Re: Infinite plane by Lev_Popov -
TahaAsif12 - 03.12.2013
SO MUCH LAG WILL HAPPEN!
Re: Infinite plane by Lev_Popov -
LevPopov - 03.12.2013
I have very little lag.
I do gamemode. City from scratch.
+ Sorry for you?