View Single Post
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 10-06-2018 , 14:32   Re: Top Flags [05/10/2018]
Reply With Quote #56

Quote:
Originally Posted by iceeedr View Post
error 008: must be a constant expression; assumed zero[/code]

Edit: The correct is:
Code:
#if AMXX_VERSION_NUM <19
    #error "This plugin requires AMXX 1.9"
#endif
Actually, it's < 190, not 19. Right now 181 is bigger than 19, change it to 190.

PHP Code:
#if AMXX_VERSION_NUM < 190
    #error "This plugin requires AMXX 1.9"
#endif 
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom