SA-MP Forums Archive
[Tutorial] PAWN for SA-MP in 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)
+---- Forum: Tutorials (https://sampforum.blast.hk/forumdisplay.php?fid=70)
+---- Thread: [Tutorial] PAWN for SA-MP in Notepad++ (/showthread.php?tid=174046)

Pages: 1 2 3 4 5 6


Re : PAWN for SA-MP in Notepad++ - S4t3K - 27.12.2013

On my current version of Notepad++, when I put the file into the Roaming\Notepad++ folder, and even after I made the file association, I don't have "PAWN" into the "Langages" menu.


Re: PAWN for SA-MP in Notepad++ - Vanter - 04.02.2014

Code:
.p(0) : fatal error 100: cannot read from file: ".p"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
I writed the right path for pawncc, and between the () put my .pwn file in the gamemodes folder
any help?


Re: PAWN for SA-MP in Notepad++ - Jakwob - 21.11.2014

thank you it was a nice tut and now i can use the program i like to compile my codes. +rep


Re: PAWN for SA-MP in Notepad++ - Arastair - 15.12.2014

Very Nice Oscar


Re: PAWN for SA-MP in Notepad++ - Tass007 - 10.08.2016

I get this
Code:
CreateProcess() failed with error code 2:
The system cannot find the file specified.

Current directory: E:\All Folders\Hobbies\Server Hosting\SA-MP\__vR\gamemodes
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
Help?


Re: PAWN for SA-MP in Notepad++ - AMouldyLemon - 10.08.2016

Point it to the "pawno" folder


Re: PAWN for SA-MP in Notepad++ - Tass007 - 10.08.2016

Quote:
Originally Posted by AMouldyLemon
View Post
Point it to the "pawno" folder
In the execute I am pointing it to the pawno folder.
Code:
nnp_save
cd $(CURRENT_DIRECTORY)
"E:\All Folders\Hobbies\Server Hosting\SA-MP\__vR\pawno\pawncc.exe" "$(FILE_NAME)" -; -(



Re: PAWN for SA-MP in Notepad++ - Crayder - 10.08.2016

Quote:
Originally Posted by Tass007
View Post
In the execute I am pointing it to the pawno folder.
Code:
nnp_save
cd $(CURRENT_DIRECTORY)
"E:\All Folders\Hobbies\Server Hosting\SA-MP\__vR\pawno\pawncc.exe" "$(FILE_NAME)" -; -(
Then that's not the correct path to pawncc, either that or you're not allowed to execute it.


Re: PAWN for SA-MP in Notepad++ - Tass007 - 10.08.2016

I fixed it.

Code:
nnp_save
cd $(CURRENT_DIRECTORY)
"E:\All Folders\Hobbies\Server Hosting\SA-MP\__vR\pawno\pawncc.exe" "$(FILE_NAME)" -; -(
Changed nnp_save to, npp_save


Re: PAWN for SA-MP in Notepad++ - iLearner - 03.09.2016

it starts compiling after like 20 seconds i type the hotkey... any solutions?


Re: PAWN for SA-MP in Notepad++ - Sew_Sumi - 03.09.2016

Quote:
Originally Posted by iLearner
View Post
it starts compiling after like 20 seconds i type the hotkey... any solutions?
What?


Re: PAWN for SA-MP in Notepad++ - Crayder - 04.09.2016

Quote:
Originally Posted by iLearner
View Post
it starts compiling after like 20 seconds i type the hotkey... any solutions?
Are you sure you're not just confusing the time before the "compiled" message with being frozen? I have an "echo compiling" at the top of my exec code so I know when it's compiling.


Re: PAWN for SA-MP in Notepad++ - Kathleen - 04.09.2016

Does anyone has the 0.3.7 version of this? (userdefiniation and pawn.xml or w/e xD)


Re: PAWN for SA-MP in Notepad++ - Crayder - 04.09.2016

Quote:
Originally Posted by Kathleen
View Post
Does anyone has the 0.3.7 version of this? (userdefiniation and pawn.xml or w/e xD)
Yes, you do! Just follow this tutorial and replace the files with the files you get from Mauzen's NPP Generator.


Re: PAWN for SA-MP in Notepad++ - Kathleen - 04.09.2016

EDIT: Nevermind thanks :P


Re: PAWN for SA-MP in Notepad++ - Gorgeousmaniac - 16.09.2016

How come when I'm typing something I don't see any suggestion words like the gif that you showed?


Respuesta: PAWN for SA-MP in Notepad++ - poxer - 23.09.2016

Just asking, does this work with Notepadqq (for Linux)? It looks similar and I'm kinda interested in Linux nowadays


Re: PAWN for SA-MP in Notepad++ - SupperRobin6394 - 07.10.2016

Got it in my Notepad++ now, absolutely awesome!


Re: PAWN for SA-MP in Notepad++ - Sgt.TheDarkness - 04.11.2016

Notepad plus plus is hands down the best editor to use for pawn scripts in my opinion.


Re: PAWN for SA-MP in Notepad++ - Sew_Sumi - 04.11.2016

Quote:
Originally Posted by Sgt.TheDarkness
View Post
Notepad plus plus is hands down the best editor to use for pawn scripts in my opinion.
that you've come across...