29.03.2013, 04:05
@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.
Regards,
T101
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)" -; -(
T101