View Single Post
Celena Luna
Veteran Member
Join Date: Aug 2013
Location: Nagazora
Old 07-20-2018 , 03:31   Re: [TUT] Compiling AMXX plugins with Sublime Text
Reply With Quote #94

Almost all my problem is solved except the #4 one

Quote:
Originally Posted by addons_zz View Post
You can just edit the `AmxxEditor.bat` script file and change the line 83:
Code:
File: User/AmxxEditor/AmxxEditor.bat
79: 
80: :: Example: $2="my_plugin"
81: set PLUGIN_BASE_FILE_NAME=%2
82: set PLUGIN_BASE_FILE_NAME=%PLUGIN_BASE_FILE_NAME:"=%
83: set PLUGIN_BINARY_FILE_PATH=%folders_list[0]%\%PLUGIN_BASE_FILE_NAME%.amxx
-->
Code:
83: set PLUGIN_BINARY_FILE_PATH=%4\%PLUGIN_BASE_FILE_NAME%.amxx
It throw me this error


Log:
Spoiler


If I put this back, it work normally
Code:
83: set PLUGIN_BINARY_FILE_PATH=%folders_list[0]%\%PLUGIN_BASE_FILE_NAME%.amxx
__________________
My plugin:

Last edited by Celena Luna; 07-20-2018 at 03:32.
Celena Luna is offline