All sources from the "box", the plugin does not compile, I think this is due to passing EnumStruct to another function (in my plugins, I could not pass EnumStruct to other functions, there were compilation errors).
SourcePawn Compiler 1.10.0.6528
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2018 AlliedModders LLC
c:\Users\prozo\Desktop\scripting\customweapons/structs.sp(94) : error 020: invalid symbol name ""
c:\Users\prozo\Desktop\scripting\customweapons/structs.sp(116) : error 020: invalid symbol name ""
2 Errors.
All sources from the "box", the plugin does not compile, I think this is due to passing
EnumStruct
to another function (in my plugins, I could not passEnumStruct
to other functions, there were compilation errors).