pawn-lang / compiler

Pawn compiler for SA-MP with bug fixes and new features - runs on Windows, Linux, macOS
Other
301 stars 71 forks source link

errors when compile samp plugin #702

Closed Pok4 closed 2 years ago

Pok4 commented 2 years ago

i'm using last version of the compiler but i get some errors: C:\Users\1test\Desktop\samp\pawno\include\eovip.inc(388) : warning 208: function with tag result used before definition, forcing reparse C:\Users\1test\Desktop\samp\pawno\include\eovip.inc(397) : warning 208: function with tag result used before definition, forcing reparse C:\Users\1test\Desktop\samp\pawno\EOVIP.pwn(1406) : warning 208: function with tag result used before definition, forcing reparse C:\Users\1test\Desktop\samp\pawno\include\eovip.inc(159) : warning 236: unknown parameter in substitution (incorrect #define pattern) C:\Users\1test\Desktop\samp\pawno\include\eovip.inc(159) : error 029: invalid expression, assumed zero C:\Users\1test\Desktop\samp\pawno\include\eovip.inc(159) : warning 215: expression has no effect C:\Users\1test\Desktop\samp\pawno\include\eovip.inc(159) : error 001: expected token: ";", but found "]" C:\Users\1test\Desktop\samp\pawno\include\eovip.inc(159) : error 029: invalid expression, assumed zero C:\Users\1test\Desktop\samp\pawno\include\eovip.inc(159) : fatal error 107: too many error messages on one line

eovip.inc: https://raw.githubusercontent.com/EOussama/EO_VIP/master/pawno/include/eovip.inc EOVIP.pwn: https://raw.githubusercontent.com/EOussama/EO_VIP/master/filterscripts/EOVIP.pwn

can someone help me ?