SA-MP Forums Archive
HOW CAN I DO THIS PLEASE 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)
+--- Thread: HOW CAN I DO THIS PLEASE HELP!!!!! (/showthread.php?tid=479658)



HOW CAN I DO THIS PLEASE HELP!!!!! - MaxTheMapper - 06.12.2013

If something is
pawn Код:
{320, "airtrain_vlo"},
and there is many like that i want to put space behind them all in a really fast way cuz they are like 16k code it would take my whole life if i did one after one :S i want all to look like this a space behind the code like that but i want to do it in a really fast way cuz the code is 16k.


AW: HOW CAN I DO THIS PLEASE HELP!!!!! - Nero_3D - 06.12.2013

Use the replace tool and replace "}," with "}, "


Re: HOW CAN I DO THIS PLEASE HELP!!!!! - TahaAsif12 - 06.12.2013

Delete


Re: HOW CAN I DO THIS PLEASE HELP!!!!! - MaxTheMapper - 06.12.2013

What are you talking about? that would ruin my whole script i got several } in it -.-


Re: HOW CAN I DO THIS PLEASE HELP!!!!! - Emmet_ - 06.12.2013

You mean indent?

Just simply select all of the code and press TAB. It'll automatically indent your code with 4 whitespaces at the start of the code.


AW: HOW CAN I DO THIS PLEASE HELP!!!!! - Nero_3D - 06.12.2013

Who said something about "}" ?, recheck my post it is "},"

Also you only need to select your array and check the "selected text only" button in the replace menu
If you selected you array then there are only these "}," left...

And why do you need a space behind that ?