View Single Post
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 07-20-2018 , 13:21   Re: [TUT] Compiling AMXX plugins with Sublime Text
Reply With Quote #97

Quote:
Originally Posted by Celena Luna View Post
Almost all my problem is solved except the #4 one
Thanks for reporting back. I looked into the source code and the problem is that the script
was not handing paths with spaces correctly.

Now, I fixed it, but you will need to replace your entire script with the new one
and configure the compiler again. Here is the new version:
Spoiler


Now, you need to replace the new line 83 with this other thing:
Code:
File: Packages/User/AmxxEditor/AmxxEditor.bat
83: set "PLUGIN_BINARY_FILE_PATH=%folders_list[0]%\%PLUGIN_BASE_FILE_NAME%.amxx"
-->
Code:
83: set "PLUGIN_BINARY_FILE_PATH=%SOURCE_CODE_FOLDER%\%PLUGIN_BASE_FILE_NAME%.amxx"
__________________
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; 07-20-2018 at 13:23.
addons_zz is offline