View Single Post
Celena Luna
Veteran Member
Join Date: Aug 2013
Location: Nagazora
Old 02-10-2021 , 10:52   Re: [TUT] Compiling AMXX plugins with Sublime Text
Reply With Quote #214

Quote:
Originally Posted by addons_zz View Post
What does mean "sublime can't read"?

Do you see any `Include File Not Found: ` on your Sublime Text console?
it is
Code:
Include File Not Found
still can compile but when writing it won't show tooltips
The problem was there is space in front of the include

Normal
Code:
#include <engine>
Error
Code:
#include < engine >
it is a small thing but it might trouble someone
__________________
My plugin:

Last edited by Celena Luna; 02-10-2021 at 10:56.
Celena Luna is offline