SA-MP Forums Archive
Notepad++ - 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: Notepad++ (/showthread.php?tid=454720)



Notepad++ - JusstinRoller - 30.07.2013

Please help me how to pawn with notepad++

I will rep+ for any suggestion in this topic


Re: Notepad++ - Scenario - 30.07.2013

Quote:
Originally Posted by JusstinRoller
Посмотреть сообщение
how to pawn with notepad++
... what in the hell?

Notepad++ is an IDE just like Pawno. You type things and you save things. The only thing different with Notepad++ is that it doesn't have native support for the pawncc.exe compiler. With a little searching, you would of already had an answer on how to integrate the syntax and the compiling ability to Notepad++.

http://lmgtfy.com/?q=Notepad%2B%2B+SAMP


Re: Notepad++ - JusstinRoller - 30.07.2013

but i don't have the NppExec in plugins


Re: Notepad++ - itsCody - 30.07.2013

Usually ****** is your friend.

http://sourceforge.net/projects/npp-...files/NppExec/


Re: Notepad++ - JusstinRoller - 30.07.2013

oh i have this error when i pawn in notepad

PHP код:
Current directoryC:\Users\Admin\Desktop\Stunt\gamemodes
CreateProcess
() failed with error code 2:
The system cannot find the file specified.

================ 
READY ================ 



Re: Notepad++ - wumpyc - 30.07.2013

When compiling use this code:
Код:
npp_save
cd $(CURRENT_DIRECTORY)
"C:\Users\Dorian\Desktop\sa-mp\pawno\pawncc.exe" "$(FILE_NAME)" -; -(
Make sure
Код:
"C:\Users\Dorian\Desktop\sa-mp\pawno\pawncc.exe"
is set to wherever you have your pawno located!

Also: anybody got PAWN.xml and userDefined...xml for 0.3x?


Re: Notepad++ - ThaCrypte - 30.07.2013

i used to use notepad++ for coding, but then i realized it sucked ass, then i just went to the original pawno editor, and it was working to good for me


Re: Notepad++ - JusstinRoller - 30.07.2013

I'm don't use the notepad++ anymore. Now i'm use sublime_text 2