SA-MP Forums Archive
space at adding maps - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: space at adding maps (/showthread.php?tid=93736)



space at adding maps - Cedimedi - 26.08.2009

Hey. I allways need to press space few times that objects work. i mean, i can't but it on the left, need to put few times space that i can compile.
Now i have over 300 Objects and don't want to press many times space.

How do can do, that pawno automatic do space?





Re: space at adding maps - LuxurioN™ - 26.08.2009

Can not compile because of space?


Re: space at adding maps - shady91 - 26.08.2009

yeah explain a little clearer as this made no sense really.


Re: space at adding maps - Cedimedi - 26.08.2009

lol sorry im little bit tired

no, i allways need to press "space" at every line if i add objects.


Re: space at adding maps - LuxurioN™ - 26.08.2009

because of the warnings?


Re: space at adding maps - Cedimedi - 26.08.2009

here a example:

pawn Код:
CreateStreamObject(987, 16.235786, 612.551208, 7.713384, 0.0000, 0.0000, 225.0000, 500); //number 1
CreateStreamObject(987, 7.499622, 604.144348, 8.253029, 0.0000, 0.0000, 225.0000, 500); //number 2

If i past the code in my filterscript it shows like number 2. it only work if i do like number 1, but i need to press space few times that it work. i mean, is there not a option that do that automatic?


Re: space at adding maps - woot - 26.08.2009

Mark all over your objects, then press the TAB key, lol.


Re: space at adding maps - Cedimedi - 26.08.2009

k, thx.