SA-MP Forums Archive
Environment for scripting?? - 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: Environment for scripting?? (/showthread.php?tid=651254)



Environment for scripting?? - YoussefHammad - 16.03.2018

I've stopped scripting in about 2015/2016, so obviously i still got a journey to recover from all that time not scripting, but my question is, is it possible to be scripting from Ubuntu(Linux)? That includes of course running SA-MP to test out the features i'm implementing etc...

and if it is possible, what tools do i need apart from pawn

Thanks alot for reading


Re: Environment for scripting?? - jasperschellekens - 16.03.2018

http://lmgtfy.com/?q=how+to+setup+samp+server+on+ubuntu


Re: Environment for scripting?? - iKarim - 17.03.2018

Quote:
Originally Posted by YoussefHammad
Посмотреть сообщение
I've stopped scripting in about 2015/2016, so obviously i still got a journey to recover from all that time not scripting, but my question is, is it possible to be scripting from Ubuntu(Linux)? That includes of course running SA-MP to test out the features i'm implementing etc...

and if it is possible, what tools do i need apart from pawn

Thanks alot for reading
You'd need the modified compiler from here: https://github.com/pawn-lang/compiler

An IDE: https://code.visualstudio.com OR https://www.sublimetext.com/3

There's tutorials for setting up sublime and vscode for PAWN (samp) development.

You can get SA-MP linux server from: https://www.sa-mp.com/download.php

Oh yeah and a helpful CLI tool: https://sampforum.blast.hk/showthread.php?tid=651159


Re: Environment for scripting?? - Sithis - 17.03.2018

You can develop on any Linux based operating system, including OS X, by simply compiling the compiler for your system (see iKarims post for the link to the compiler).


Re: Environment for scripting?? - Sew_Sumi - 17.03.2018

What's good in this could be SouthClaws IDE thingo.