Notepad++
#1

Please help me how to pawn with notepad++

I will rep+ for any suggestion in this topic
Reply
#2

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
Reply
#3

but i don't have the NppExec in plugins
Reply
#4

Usually ****** is your friend.

http://sourceforge.net/projects/npp-...files/NppExec/
Reply
#5

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 ================ 
Reply
#6

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?
Reply
#7

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
Reply
#8

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


Forum Jump:


Users browsing this thread: 1 Guest(s)