SA-MP Forums Archive
need help !! - 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: need help !! (/showthread.php?tid=103797)



need help !! - unique1801 - 21.10.2009

I made a map in mta nd converted it into pawno language
and added it to my gamemode script
but when i add it

it comes like this

CreateObject(3089, 2148.55, 1604.64, 1006.50, 0, 0, 180);

i have 200 objects!!

and i want to make spaces

like this
CreateObject(3089, 2148.55, 1604.64, 1006.50, 0, 0, 180);

i cant make spaces for 200 lines!!


pls help



Re: need help !! - V1ceC1ty - 21.10.2009

highlight all of what you want indenting and then press tab -.-