SA-MP Forums Archive
Sublime Text 2 Help! +1 Rep - 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: Sublime Text 2 Help! +1 Rep (/showthread.php?tid=592429)



Sublime Text 2 Help! +1 Rep - ChristolisTV - 24.10.2015

Hello guys! So I decided to install Sublime Text 2 and use it to compile PAWN projects! But when I compile it says this:

Код:
[Error 2] The system cannot find the file specified
[cmd:  [u'pawncc.exe', u'-w -v -d3 -r -i 203 includes', u'C:\\Users\\Chris\\Desktop\\Chris\\Servers\\GTA SAMP [Public] [0.3.7]\\filterscripts\\CAdmin.pwn', u'-;+']]
[dir:  C:\Users\Chris\Desktop\Chris\Servers\GTA SAMP [Public] [0.3.7]\filterscripts]
[path: C:\Users\Chris\Desktop\Chris\Servers\GTA SAMP [Public] [0.3.7]\pawncc.exe]
[Finished]
Any help please?


Re: Sublime Text 2 Help! +1 Rep - MattTucker - 24.10.2015

According to your path -
Код:
[path: C:\Users\Chris\Desktop\Chris\Servers\GTA SAMP [Public] [0.3.7]\pawncc.exe]
Be sure to have the pawncc.exe, libpawnc.dll,pawnc.dll.. etc (Pretty much all of the files inside pawno folder) in your 'GTA SAMP [Public] [0.3.7]' Or you can just change the path to pawno\pawncc.exe along with the dir.

This is only a suggestion, I never really tried using Sublime with pawno but trying some logical/simple solutions.


Re: Sublime Text 2 Help! +1 Rep - ChristolisTV - 25.10.2015

Quote:
Originally Posted by MattTucker
Посмотреть сообщение
According to your path -
Код:
[path: C:\Users\Chris\Desktop\Chris\Servers\GTA SAMP [Public] [0.3.7]\pawncc.exe]
Be sure to have the pawncc.exe, libpawnc.dll,pawnc.dll.. etc (Pretty much all of the files inside pawno folder) in your 'GTA SAMP [Public] [0.3.7]' Or you can just change the path to pawno\pawncc.exe along with the dir.

This is only a suggestion, I never really tried using Sublime with pawno but trying some logical/simple solutions.
I missed the pawno folder. I added it just like this
Код:
C:\Users\Chris\Desktop\Chris\Servers\GTA SAMP [Public] [0.3.7]\pawno\pawncc.exe
But still doesn't work. Any help?


Re: Sublime Text 2 Help! +1 Rep - ChristolisTV - 26.09.2016

bump


Re: Sublime Text 2 Help! +1 Rep - Dayrion - 26.09.2016

Show the whole compiler instructions to compile a script.


Re: Sublime Text 2 Help! +1 Rep - justjamie - 27.09.2016

What error does it give now you changed it?