see this:
C:\Users\Amirabbas\Desktop\PersianGame\PersianGame \pawno\include\nex-ac.inc(1511) : error 017: undefined symbol "GetConsoleVarAsBool"
C:\Users\Amirabbas\Desktop\PersianGame\PersianGame \pawno\include\nex-ac.inc(2842) : error 017: undefined symbol "GetConsoleVarAsBool"
C:\Users\Amirabbas\Desktop\PersianGame\PersianGame \pawno\include\nex-ac.inc(284
: error 017: undefined symbol "GetConsoleVarAsInt"
C:\Users\Amirabbas\Desktop\PersianGame\PersianGame \pawno\include\nex-ac.inc(2861) : error 017: undefined symbol "GetConsoleVarAsString"
C:\Users\Amirabbas\Desktop\PersianGame\PersianGame \pawno\include\nex-ac.inc(2861) : warning 202: number of arguments does not match definition
C:\Users\Amirabbas\Desktop\PersianGame\PersianGame \pawno\include\nex-ac.inc(3037 -- 303
: error 017: undefined symbol "GetConsoleVarAsInt"
C:\Users\Amirabbas\Desktop\PersianGame\PersianGame \pawno\include\nex-ac.inc(3271) : warning 202: number of arguments does not match definition
C:\Users\Amirabbas\Desktop\PersianGame\PersianGame \pawno\include\nex-ac.inc(3285) : error 025: function heading differs from prototype
C:\Users\Amirabbas\Desktop\PersianGame\PersianGame \pawno\include\nex-ac.inc(3306) : warning 202: number of arguments does not match definition
C:\Users\Amirabbas\Desktop\PersianGame\PersianGame \pawno\include\nex-ac.inc(3320) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
7 Errors.
i put the nex-ac.inc and nex-ac_en.lang in the pawno>include
and after #include <a_samp> i typed #include <nex-ac>
ex:
#include <a_samp>
#include <nex-ac>
how to fix it?