View Single Post
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 02-06-2017 , 16:04   Re: [TUT] How to setup a simple IDE to program/compile AMXX plugins (with Sublime Tex
Reply With Quote #17

Quote:
Originally Posted by Mistrick View Post
What about setting for don't paste function parameters after autocompletion, add only "()".
Released a new version. Was this what did you meant to?
Code:
v1.2 | 2017-01-06
 * Added new setting `add_function_parameters` to enable the parameters addition when autocompleting.
Quote:
Originally Posted by Relaxing View Post
What to do here?
Code:
[WinError 2] The system cannot find the file specified
[cmd: ['sh', 'C:\\Documents and Settings\\Relaxing\\Desktop\\sublime\\Data\\Packages/Amxx Pawn/AmxxPawn.sh', '', '', 'C:\\Documents and Settings\\Relaxing\\Desktop\\sublime\\Data\\Packages', '']]
[dir: C:\Documents and Settings\Relaxing\Desktop\sublime]
[path: C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem]
[Finished]
The `cmd: ['sh'` on the start of your command means you are using the Linux compiler instead of the Windows one.
  1. For the first time, click on the menu `Tools -> Build With...` and choose the `AmxxPawn - Build AMXX Plugin (Windows/Bat)`

  2. For the second time, and others, click on the menu `Tools -> Build`.

    Pictures:
    Spoiler
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective

Last edited by addons_zz; 02-06-2017 at 22:04.
addons_zz is offline