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++ - matokiller - 20.05.2012

Great tutorial!


Re: PAWN for SA-MP in Notepad++ - Sodear - 24.05.2012

It's really cool! But i has a problem!
"The system can not find the specified path."
IMG:
http://danix99.atw.hu/dd/nppexec-error.PNG


Re: PAWN for SA-MP in Notepad++ - Mauzen - 29.05.2012

Id like to drag some eyes over here to a tool in dev for creating the api files automatically from your include files. I need some feedback to decide if I keep working on it for the public

Edit: The tool is now in a state where it can create APIs just like the "handmades" absolutely independently and automatically. Should make things easier for future versions and people who want to complete and highlight their own functions.


Re: PAWN for SA-MP in Notepad++ - Goku_G - 30.06.2012

Thanks ! it works


Re: PAWN for SA-MP in Notepad++ - S1avaK - 03.07.2012

TY,Slice


Re: PAWN for SA-MP in Notepad++ - TheMathleticsHaker - 05.07.2012

You sir are a genious

Thank you for sharing!


Re: PAWN for SA-MP in Notepad++ - shayan122 - 05.07.2012

OMG i LOVE THIS! Thanks !


Re: PAWN for SA-MP in Notepad++ - Lorenzo* - 10.07.2012

this is cool, good job with tutorial, very useful


Re: PAWN for SA-MP in Notepad++ - BetaTester - 11.07.2012

Nice.


Re: PAWN for SA-MP in Notepad++ - ~Yoshi - 13.07.2012

Very useful, thanks a lot!


Re: PAWN for SA-MP in Notepad++ - [RSS]ANTHONY - 14.07.2012

really nice. Good Job


Re: PAWN for SA-MP in Notepad++ - Slice - 14.07.2012

Anyone mind trying this out for me?

https://gist.github.com/3113705

I don't use Notepad++.


AW: PAWN for SA-MP in Notepad++ - Erdbeerpudding - 28.03.2013

thanks!

Found what you meant!


Re: PAWN for SA-MP in Notepad++ - EiresJason - 29.03.2013

Nice, but it doesn't work for me the way it does in the .png you have at the top of the OP. If i type in ShowPlayerDialog or something, it doesn't show up as what should come next in it ;(

Anyone know why? It compiles and everything.


Re: PAWN for SA-MP in Notepad++ - T101 - 29.03.2013

@EiresJason: If you mean the autocompletion feature, then you have to place the PAWN.xml file inside 'plugins\APIs'. Hope, it'll work after this, to you too.

Regards,
T101


Re: PAWN for SA-MP in Notepad++ - EiresJason - 29.03.2013

Quote:
Originally Posted by T101
View Post
@EiresJason: If you mean the autocompletition feature, then you have to place the PAWN.xml file inside 'plugins\APIs'. Hope, it'll work after this, to you too.

Regards,
T101
Thanks for the reply

But i followed every step exactly how it is shown

Should this how the nppexce should look?
Code:
npp_save
cd $(CURRENT_DIRECTORY)
"D:\Downloads\Game Mods\GTA SA Mods\SAMP\Gamemodes\RP GMs\E-I Roleplay\pawno\pawncc.exe" "$(FILE_NAME)" -; -(



Re: PAWN for SA-MP in Notepad++ - T101 - 29.03.2013

@EiresJason: Yes, somewhat like that, but i suggest to do rather the followings:

Create a new text file inside the directory 'plugins\Config' and name it npes_saved.txt . Copy and paste the code below into it and restart Npp. After that, 'PAWN Compile' option should appear in the drop-down menu of NppExec.

Code:
::PAWN Compile
npp_save
cd $(CURRENT_DIRECTORY)
"D:\Downloads\Game Mods\GTA SA Mods\SAMP\Gamemodes\RP GMs\E-I Roleplay\pawno\pawncc.exe" "$(FILE_NAME)" -; -(
Regards,
T101


Re: PAWN for SA-MP in Notepad++ - EiresJason - 29.03.2013

Doesn't work

If i want to type the ShowPlayerDialog function, should the rest of the function be shown by the autocomplete feature or do i press something to make it show up?

(I followed the guide to set it to automatically do it but it doesnt work )


Re: PAWN for SA-MP in Notepad++ - Sixx - 01.04.2013

This is very nice.


Re: PAWN for SA-MP in Notepad++ - Sulps - 07.06.2013

Awesome Works Like a Charm