nex-ac.inc(2372) : warning 201: redefinition of constant/macro (symbol "RepairVehicle") Mode.pwn(67169) : warning 235: public function lacks forward declaration (symbol "OnCheatDetected")
|
When i compile it... show this warnings...
Код:
nex-ac.inc(2372) : warning 201: redefinition of constant/macro (symbol "RepairVehicle") Mode.pwn(67169) : warning 235: public function lacks forward declaration (symbol "OnCheatDetected") |
[debug] Server crashed while executing Mode.amx [debug] AMX backtrace: [debug] #0 00000005 in OnPlayerConnect (playerid=4, ... <1073741822 arguments>) at <unknown file>:0 [debug] #1 00013d44 in public OnPlayerConnect () at \pawno\include\YSI\..\YSI_Storage\..\YSI_Coding\..\YSI_Internal\y_cgen.inc:114
|
I resolved the warnings but i get another problem...
I use windows, in my local server everything runs normal.. and i configure the anti cheat by my way with messages to admins and kicks in the callback OnCheatDetected... everything works good.. any problem or error in the console.. The problem start when i restart my server in my host (linux) the server runs for a couple minutes or seconds and then crash. This is the message in the console: Код:
[debug] Server crashed while executing Mode.amx [debug] AMX backtrace: [debug] #0 00000005 in OnPlayerConnect (playerid=4, ... <1073741822 arguments>) at <unknown file>:0 [debug] #1 00013d44 in public OnPlayerConnect () at \pawno\include\YSI\..\YSI_Storage\..\YSI_Coding\..\YSI_Internal\y_cgen.inc:114 Thanks for your help in advance |
#include <a_samp> #include <crashdetect> #include <a_mysql> #include <YSI\y_ini> #include <YSI\y_timers> //#include <YSI\y_hooks> #include <streamer> //#include <Nex-ac> #include <FuckCleo> #include <foreach> #include <float> #include <progress2> #include <seif_walk> #include <a_actor> #include <core> #include <a_zones> #include <yom_buttons> #include <dini> #include <sscanf> #include <zcmd> #include <msel> #include <dof2>
|
This is the message in the console:
Код:
[debug] Server crashed while executing Mode.amx [debug] AMX backtrace: [debug] #0 00000005 in OnPlayerConnect (playerid=4, ... <1073741822 arguments>) at <unknown file>:0 [debug] #1 00013d44 in public OnPlayerConnect () at \pawno\include\YSI\..\YSI_Storage\..\YSI_Coding\..\YSI_Internal\y_cgen.inc:114 |
|
The parkour mod detector does not work well. And I got detected using parkour mod if I use this animation -
case 1: ApplyAnimationEx(playerid, "BLOWJOBZ", "BJ_COUCH_LOOP_W", 4.1, 1, 0, 0, 0, 0, 1); case 2: ApplyAnimationEx(playerid, "BLOWJOBZ", "BJ_COUCH_LOOP_P", 4.1, 1, 0, 0, 0, 0, 1); case 3: ApplyAnimationEx(playerid, "BLOWJOBZ", "BJ_STAND_LOOP_W", 4.1, 1, 0, 0, 0, 0, 1); case 4: ApplyAnimationEx(playerid, "BLOWJOBZ", "BJ_STAND_LOOP_P", 4.1, 1, 0, 0, 0, 0, 1); |
|
Noted. Recently I am aware of the gamespeed hack whereby cheaters will alternatively use that to replace airbreak/cj run so that they will not detected by the security system. Hope you can include that soon in the future.
|
\pawno\include\nex-ac.inc(1000) : error 017: undefined symbol "foreach" \pawno\include\nex-ac.inc(1000) : error 029: invalid expression, assumed zero \pawno\include\nex-ac.inc(1000) : error 017: undefined symbol "ac_i" \pawno\include\nex-ac.inc(1000) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
#include <a_samp> #include <dudb> #include <CPLoader> #include <a_mysql> #include <streamer> #include <sscanf2> #include <foreach> #include <nex-ac> #include <playerprogress> #include <seif_walk> #include <mSelection> #include <skillbar> #include <DineroEnSuelo>
|
Hello, i tried to add this anticheat to my server but i got this errors, tried updating YSI to 4.0 but same error.
Код:
\pawno\include\nex-ac.inc(1000) : error 017: undefined symbol "foreach" \pawno\include\nex-ac.inc(1000) : error 029: invalid expression, assumed zero \pawno\include\nex-ac.inc(1000) : error 017: undefined symbol "ac_i" \pawno\include\nex-ac.inc(1000) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. Код:
#include <a_samp> #include <dudb> #include <CPLoader> #include <a_mysql> #include <streamer> #include <sscanf2> #include <foreach> #include <nex-ac> #include <playerprogress> #include <seif_walk> #include <mSelection> #include <skillbar> #include <DineroEnSuelo> |
#include <a_samp> #include <streamer> #include <foreach> #include <nex-ac> #include <dudb> #include <CPLoader> #include <a_mysql> #include <sscanf2> #include <playerprogress> #include <seif_walk> #include <mSelection> #include <skillbar> #include <DineroEnSuelo>
...\nex-ac.inc(1000) : error 017: undefined symbol "foreach" ...\nex-ac.inc(1000) : error 029: invalid expression, assumed zero ...\nex-ac.inc(1000) : error 017: undefined symbol "ac_i" ...\nex-ac.inc(1000) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
|
Код:
#include <a_samp> #include <streamer> #include <foreach> #include <nex-ac> #include <dudb> #include <CPLoader> #include <a_mysql> #include <sscanf2> #include <playerprogress> #include <seif_walk> #include <mSelection> #include <skillbar> #include <DineroEnSuelo> |
|
Thanks for reply, but still same error.
Код:
...\nex-ac.inc(1000) : error 017: undefined symbol "foreach" ...\nex-ac.inc(1000) : error 029: invalid expression, assumed zero ...\nex-ac.inc(1000) : error 017: undefined symbol "ac_i" ...\nex-ac.inc(1000) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. |
|
Код:
#include <a_samp> #include <streamer> #include <foreach> #include <nex-ac> #include <dudb> #include <CPLoader> #include <a_mysql> #include <sscanf2> #include <playerprogress> #include <seif_walk> #include <mSelection> #include <skillbar> #include <DineroEnSuelo> |
\nex-ac.inc(3149) : warning 202: number of arguments does not match definition \nex-ac.inc(3163) : error 025: function heading differs from prototype