10.02.2017, 10:09
Quote:
Yea you fixed error from others includes bat now all error from nex-ac
pawno\include\nex-ac.inc(802) : warning 219: local variable "team" shadows a variable at a preceding level pawno\include\nex-ac.inc(1621) : warning 219: local variable "team" shadows a variable at a preceding level |
Quote:
pawno\include\nex-ac.inc(1994) : warning 201: redefinition of constant/macro (symbol "SetPlayerHealth")
pawno\include\nex-ac.inc(2011) : warning 201: redefinition of constant/macro (symbol "SetPlayerArmour") |
Find in code something like:
PHP код:
#define SetPlayerHealth my_SetPlayerHealth // Tag 'my_' may be different
PHP код:
#if defined _ALS_SetPlayerHealth
#undef SetPlayerHealth
#else
#define _ALS_SetPlayerHealth
#endif
#define SetPlayerHealth my_SetPlayerHealth // So change tag 'my_' on your tag again
Quote:
pawno\include\nex-ac.inc(2761) : error 021: symbol already defined: "@yH_OnPlayerConnect@001"
pawno\include\nex-ac.inc(2765) : error 021: symbol already defined: "@yH_OnPlayerConnect@001" pawno\include\nex-ac.inc(2866) : error 021: symbol already defined: "@yH_OnPlayerDisconnect@001" pawno\include\nex-ac.inc(2870) : error 021: symbol already defined: "@yH_OnPlayerDisconnect@001" |