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++ - Slice - 19.01.2011

Quote:
Originally Posted by vutqy
Посмотреть сообщение
Hi, there is a little problem with escaped quotes, your plugin doesn't see them as escaped.

Pic :
Blame Notepad++, not me!


Re: PAWN for SA-MP in Notepad++ - Kase - 19.01.2011

I'm actually using it, nice one Slice!


Re: PAWN for SA-MP in Notepad++ - Mean - 13.02.2011

Quote:
Originally Posted by Calgon
View Post
This is for Notepad++, not Microsoft Notepad...
You just gotta lol at this. LoL.
EDIT: I didn't read the comment above ^^


Re: PAWN for SA-MP in Notepad++ - Doesn't work for me - !Phoenix! - 18.02.2011

Hey,

I hope you can help me:
- I added both files and activated the Auto-Completion (4 Characters)
1. There is no syntax highlighting ("PAWN" doesn't appear in the Languages-list as well)
2. The Auto-Complete doesn't work properly; the list with the available functions only pops up when I press Strl + Enter and the list with the arguments never appears.

(Windows XP)

Do you have any idea?


--------------------------------------
Edit:
I tried to use it with notepad++ portable - and it works.
I know I could use it like this or I could try to re-install notepad++, but I would be happier if anyone would have an idea to solve the problem
(-> My program has an error - Re: Oh you have to reinstall your windows!)

--------------------------------------
Edit 2:
De-installed notepad++ - cleaned the registry - installed notepad++ again - nothing changed
With the portable version it's still working


Re: PAWN for SA-MP in Notepad++ - Elka_Blazer - 13.05.2011

Will it show me the erros when complining ? Like pawno ?


Re: PAWN for SA-MP in Notepad++ - Laronic - 13.05.2011

Quote:
Originally Posted by Elka_Blazer
View Post
Will it show me the erros when complining ? Like pawno ?
Yes
.


Re: PAWN for SA-MP in Notepad++ - Aldo. - 13.05.2011

This shit is epic


Re: PAWN for SA-MP in Notepad++ - §с†¶e®РµРe - 28.11.2011

You know i like it


Re: PAWN for SA-MP in Notepad++ - Max_Coldheart - 03.01.2012

Code:
Current directory: C:\Program Files (x86)\Rockstar Games\GTA San Andreas\samp03dsvr_R2_win32\filterscripts
CreateProcess() failed with error code 5:
Access is denied.

================ READY ================
Well, that's my current problem. Any help with it?


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

Move your PAWN compiler, or change its owner/permissions. Another thing you could try is running Notepad++ as an administrator.


Re: PAWN for SA-MP in Notepad++ - Max_Coldheart - 04.01.2012

I've turned off all administrative permissions, so that shouldn't cause the problem. How do I change PAWN compiler's owner/permissions?

EDIT: Tried running it as admin, no use.
EDIT 2: Used to work on my old computer.


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

Well, error code 5 is ERROR_ACCESS_DENIED. Are you sure you put the correct path? You could try moving the compiler to "My Documents" or something where you know you have permissions.


Re: PAWN for SA-MP in Notepad++ - Max_Coldheart - 04.01.2012

Quote:
Originally Posted by Slice
View Post
Well, error code 5 is ERROR_ACCESS_DENIED. Are you sure you put the correct path? You could try moving the compiler to "My Documents" or something where you know you have permissions.
Now I see why it didn't work. I forgot to add the "pawncc.exe" to the end. Thanks Slice


Re: PAWN for SA-MP in Notepad++ - Max_Coldheart - 06.01.2012

You could also add to the function list so when you start typing a variable you've already created, it pops up there (like in most of the C++ IDE's)


Re : PAWN for SA-MP in Notepad++ - jaskiller - 12.01.2012

how can i add a new function completion
I test to add that
PHP Code:
<KeyWord name="#test" /> 
In PAWN.XML for test but dosent work.
Sorry for bad english


Re: PAWN for SA-MP in Notepad++ - Shadow_ - 18.01.2012

I noticed something that if you don't save before compiling it will simply tell you the script is fine and compile even if there is a huge error.

Also if you then fix the error and compile without saving again it will still say you have that particular error. werid ?

EDIT: Also where you say place 'npp_save' on the first line. Well i think some people that don't have much common knowledge will think you mean before 'cd $' so it would look like this 'npp_save cd $'. When you actually want it to look like this

'npp_save
cd $'

Maybe you should change it to say 'Place it above the first line' ( Just an idea )


Re: PAWN for SA-MP in Notepad++ - stormchaser206 - 18.01.2012

how do download it from the XML Page?


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

Right click on the link and select "save as" or something similar.


Re: PAWN for SA-MP in Notepad++ - TFreeman - 16.03.2012

Good job!


Re: PAWN for SA-MP in Notepad++ - Sphex - 12.04.2012

Thank you very much! I really love it .