A simple question - 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: A simple question (
/showthread.php?tid=514064)
A simple question -
Le3aT - 19.05.2014
Alright, All of you would laugh but how to go to the "4th" line without pressing "SPACE" 4 times
Ex; public OnGameModeInit()
{
(Like that)
}
Re: A simple question -
Threshold - 19.05.2014
If you mean indentation, just press TAB to signify 1 indentation. (1 indentation is the equivalent of '4 spaces')
If you mean physically go to the 4th line, CTRL + G.
Re: A simple question -
Le3aT - 19.05.2014
Yes, It's the indentation, Thanks.
Re: A simple question -
Konstantinos - 19.05.2014
Pressing TAB key once is equal to 4 spaces.
EDIT: Too late.