Vice City: Multiplayer

Off-Topic => Off-Topic General => Topic started by: KAKAN on Sep 12, 2015, 07:11 AM

Title: Some tips
Post by: KAKAN on Sep 12, 2015, 07:11 AM
I have used this 2 editors only:-

Notepad++ (https://notepad-plus-plus.org/download/v6.8.3.html)
TIP, Goto Language in the toolbar, select C, then C++ (or) select S, then select SQL

Sublime Text 3 (http://www.sublimetext.com/3)
TIP, On the bottom right cornor, there should be a text named 'plain text', it may differ, click on it, select D from the list

Hope that helps you, if u know more, post here, I'll update this
Title: Re: Some tips
Post by: Thijn on Sep 12, 2015, 08:35 AM
Don't use C++ for squirrel. On Sublime Text there's this awesome syntax highlighter called "d"
Just press CTRL + SHIFT + P then type ssd
Title: Re: Some tips
Post by: KAKAN on Sep 12, 2015, 08:58 AM
Thanks, tried it. IT's really awesome, UPDATED
Title: Re: Some tips
Post by: MatheuS on Sep 12, 2015, 09:09 AM
I like to use the SQL language in Notepad++ to edit.
Title: Re: Some tips
Post by: rulk on Sep 12, 2015, 09:15 AM
I just use the standard notepad, the console lets you know about syntax errors.
Title: Re: Some tips
Post by: KAKAN on Sep 13, 2015, 04:24 PM
UPDATED!, Thanks @MatheuS for telling me about SQL