TommyB123 / eSelection

Dynamic model selection library for SA-MP servers
43 stars 12 forks source link

error 017: undefined symbol "g_eMenuModelData" #1

Closed imTurv closed 2 years ago

imTurv commented 2 years ago

Hi, I just downloaded the latest version of eSelection and I have a problem with the include

When I compile adding the #include I get these errors

pawno\include\eSelection.inc(46) : error 001: expected token: "-identifier-", but found "enum" pawno\include\eSelection.inc(185) : error 017: undefined symbol "g_eMenuModelData" pawno\include\eSelection.inc(185) : error 009: invalid array size (negative, zero or out of bounds) pawno\include\eSelection.inc(185) : error 001: expected token: ")", but found ";" pawno\include\eSelection.inc(185) : fatal error 107: too many error messages on one line

Thanks so much for reading

TommyB123 commented 2 years ago

This should be fixed in the latest release. Please try again and let me know if it works.

imTurv commented 2 years ago

No, I still have the same error lines

TommyB123 commented 2 years ago

It works fine for me. Do you use sampctl? You'll probably need to run sampctl p ensure on your project if you do.

Zeex-X commented 11 months ago

error 017: undefined symbol