View Single Post
Timocop
AlliedModders Donor
Join Date: Mar 2013
Location: Germany
Old 09-02-2017 , 09:23   Re: BasicPawn and AMX Mod X
Reply With Quote #3

Just ignore the Enum warnings, this only happens when enums dont have any names.
PHP Code:
enum {
    
EnumWithNoName

you can type
Code:
Enum.|
to list all enums without names.

The latest 0.727 release doesnt have Mod detection and still uses
Code:
\
as an escape character, AMX Mod X uses
Code:
^
instead. Thats why you are getting syntax parser errors. Get the latest commit release to solve this problem. https://ci.appveyor.com/project/Timo...uild/artifacts
But im going to release an update soon.

Last edited by Timocop; 09-02-2017 at 09:31.
Timocop is offline