SA-MP Forums Archive
silly problem - 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: silly problem (/showthread.php?tid=527590)



silly problem - Deividasltu - 23.07.2014

Hello i want to ask what is here can be a problem during
http://imgur.com/Lmz803t


Re: silly problem - Don_Cage - 23.07.2014

Can't help with the question, but what program are you scripting in? That looked very nice


Respuesta: silly problem - SickAttack - 23.07.2014

He's using Sublime Text 2.

You have to specify the file's location in your pawn build system file.
Код:
{
	"cmd": ["pawncc.exe", "-d3 -r -i includes", "$file", "-;+"],
	"path": "C:/Documents/SickAttack/SA-MP/Server/pawno"
}
By the way, Sublime Text 3 is already out.


Re: Respuesta: silly problem - Deividasltu - 23.07.2014

Quote:
Originally Posted by SickAttack
Посмотреть сообщение
He's using Sublime Text 2.

You have to specify the file's location in your pawn build system file.
Код:
{
	"cmd": ["pawncc.exe", "-d3 -r -i includes", "$file", "-;+"],
	"path": "C:/Documents/SickAttack/SA-MP/Server/pawno"
}
By the way, Sublime Text 3 is already out.
Hey what name to watch out for


Respuesta: Re: Respuesta: silly problem - SickAttack - 23.07.2014

Quote:
Originally Posted by Deividasltu
Посмотреть сообщение
Hey what name to watch out for
I didn't really get that, mind explaining it better?
-----------------------------------------------------------------------------
Put your directory here -----> "C:/Documents/SickAttack/SA-MP/Server/pawno"