Re: Nex-AC - Anticheat system -
Pedro. - 05.08.2015
Hungarian(Magyar) language:
http://pastebin.com/quCTLESf
Re: Nex-AC - Anticheat system -
CoxBrian - 12.08.2015
Why do I on my server, it kicked people with no reason.Such as, after killing a player....
Re: Nex-AC - Anticheat system -
jamal1992 - 12.08.2015
i receive this warning, what i must to do ?
Quote:
mSelection.inc(589) : warning 201: redefinition of constant/macro (symbol "OnPlayerClickPlayerTextDraw");
|
i don`t know who work that y_hooks and ALS.
Re: Nex-AC - Anticheat system -
jamal1992 - 14.08.2015
I find a bug, when i restart server with gmx kicking me for reason invisible hack.
Re: Nex-AC - Anticheat system -
OstGot - 15.08.2015
New Version v1.8
Changes:
Improved Anti-RapidFire: now detects Auto +C
Minor optimization
Fixes:
Fixed some anticheats which didn't worked properly
Increased the maximum allowable onfoot speed
Fixed a bug in Anti-Invalid seat crasher
Fixed Anti-Weapon and Ammo hack
Download: See the
first post
Re: Nex-AC - Anticheat system -
Irenijus - 16.08.2015
Some bug with reason 015
public OnPlayerRequestSpawn(playerid)
{
mysql_format(sqldb, query, sizeof(query), "SELECT * FROM accounts WHERE accname = '%e' LIMIT 0,1", GetName(playerid));
mysql_tquery(sqldb, query, "duodamginklus", "i", playerid);
return 1;
}
PUBLIC: duodamginklus(playerid)
{
new rows = mysql_num_rows();
if(rows)
{
GivePlayerWeapon(playerid,cache_get_field_content_ int(0, "g1"),cache_get_field_content_int(0, "a1"));
GivePlayerWeapon(playerid,cache_get_field_content_ int(0, "g2"),cache_get_field_content_int(0, "a2"));
GivePlayerWeapon(playerid,cache_get_field_content_ int(0, "g3"),cache_get_field_content_int(0, "a3"));
GivePlayerWeapon(playerid,cache_get_field_content_ int(0, "g4"),cache_get_field_content_int(0, "a4"));
GivePlayerWeapon(playerid,cache_get_field_content_ int(0, "g5"),cache_get_field_content_int(0, "a5"));
GivePlayerWeapon(playerid,cache_get_field_content_ int(0, "g6"),cache_get_field_content_int(0, "a6"));
GivePlayerWeapon(playerid,cache_get_field_content_ int(0, "g7"),cache_get_field_content_int(0, "a7"));
GivePlayerWeapon(playerid,cache_get_field_content_ int(0, "g8"),cache_get_field_content_int(0, "a8"));
GivePlayerWeapon(playerid,cache_get_field_content_ int(0, "g9"),cache_get_field_content_int(0, "a9"));
GivePlayerWeapon(playerid,cache_get_field_content_ int(0, "g10"),cache_get_field_content_int(0, "a10"));
GivePlayerWeapon(playerid,cache_get_field_content_ int(0, "g11"),cache_get_field_content_int(0, "a11"));
GivePlayerWeapon(playerid,cache_get_field_content_ int(0, "g12"),cache_get_field_content_int(0, "a12"));
}
return 1;
}
Re: Nex-AC - Anticheat system -
Lukasz56 - 16.08.2015
EDIT : Fixed my problem
Re: Nex-AC - Anticheat system -
OstGot - 16.08.2015
Quote:
Originally Posted by Irenijus
Some bug with reason 015 
|
Maybe you should try to swap mysql and nex-ac includes?
Re: Nex-AC - Anticheat system -
Irenijus - 16.08.2015
Quote:
Originally Posted by OstGot
Maybe you should try to swap mysql and nex-ac includes?
|
if i swap include <a_mysql> problem doesn't disapear ?
First
#include <nex-ac.inc>
#include <streamer>
#include <mSelection>
#include <a_mysql>
#include <ForEachPlayer>
#include <zcmd>
//
#include <!COO!>
#include <sscanf2>
#include <mailer>
#include <crashdetect>
Second
#include <a_mysql>
#include <nex-ac.inc>
#include <streamer>
#include <mSelection>
#include <ForEachPlayer>
#include <zcmd>
//
#include <!COO!>
#include <sscanf2>
#include <mailer>
#include <crashdetect>
Re: Nex-AC - Anticheat system -
CoxBrian - 16.08.2015
About Anti-NOP.THere are some questions.When I quickly get on transport and Get off,again and again.The anti-cheating will kicked me out,reason <#052>.Why?
Re: Nex-AC - Anticheat system -
N3cromancer - 18.08.2015
PHP код:
C:\Samp-Server 0.3.7\pawno\include\nex-ac.inc(3887) : warning 202: number of arguments does not match definition
C:\Samp-Server 0.3.7\pawno\include\nex-ac.inc(3901) : error 025: function heading differs from prototype
C:\Samp-Server 0.3.7\pawno\include\mSelection.inc(589) : warning 201: redefinition of constant/macro (symbol "OnPlayerClickPlayerTextDraw")
C:\Samp-Server 0.3.7\pawno\include\vehicleplus.inc(1761) : warning 201: redefinition of constant/macro (symbol "OnVehicleDamageStatusUpdate")
Re: Nex-AC - Anticheat system -
OstGot - 19.08.2015
Quote:
Originally Posted by N3cromancer
PHP код:
C:\Samp-Server 0.3.7\pawno\include\nex-ac.inc(3887) : warning 202: number of arguments does not match definition
C:\Samp-Server 0.3.7\pawno\include\nex-ac.inc(3901) : error 025: function heading differs from prototype
|
public OnPlayerRequestClass should look like this (in your GameMode):
pawn Код:
public OnPlayerRequestClass(playerid, classid)
Quote:
Originally Posted by N3cromancer
PHP код:
C:\Samp-Server 0.3.7\pawno\include\mSelection.inc(589) : warning 201: redefinition of constant/macro (symbol "OnPlayerClickPlayerTextDraw")
C:\Samp-Server 0.3.7\pawno\include\vehicleplus.inc(1761) : warning 201: redefinition of constant/macro (symbol "OnVehicleDamageStatusUpdate")
|
Try to include mSelection.inc and vehicleplus.inc before nex-ac.inc
Re: Nex-AC - Anticheat system -
SecretBoss - 19.08.2015
My errors
Код:
nex-ac.inc(962) : error 017: undefined symbol "GetPlayerPoolSize"
nex-ac.inc(1308) : warning 202: number of arguments does not match definition
nex-ac.inc(1306) : warning 203: symbol is never used: "addsiren"
nex-ac.inc(1322) : warning 202: number of arguments does not match definition
nex-ac.inc(1320) : warning 203: symbol is never used: "addsiren"
nex-ac.inc(1932) : error 017: undefined symbol "GetConsoleVarAsBool"
nex-ac.inc(1935) : error 017: undefined symbol "GetConsoleVarAsInt"
nex-ac.inc(1949) : error 017: undefined symbol "GetConsoleVarAsString"
nex-ac.inc(1949) : warning 202: number of arguments does not match definition
nex-ac.inc(2041) : error 017: undefined symbol "GetPlayerPoolSize"
nex-ac.inc(2119) : error 017: undefined symbol "BlockIpAddress"
nex-ac.inc(2283) : warning 202: number of arguments does not match definition
nex-ac.inc(2297) : error 025: function heading differs from prototype
nex-ac.inc(5078) : warning 235: public function lacks forward declaration (symbol "OnVehicleSirenStateChange")
nex-ac.inc(5187) : error 025: function heading differs from prototype
nex-ac.inc(5468) : error 017: undefined symbol "BlockIpAddress"
mSelection.inc(589) : warning 201: redefinition of constant/macro (symbol "OnPlayerClickPlayerTextDraw"
Re: Nex-AC - Anticheat system -
N3cromancer - 19.08.2015
Quote:
Originally Posted by OstGot
public OnPlayerRequestClass should look like this (in your GameMode):
pawn Код:
public OnPlayerRequestClass(playerid, classid)
Try to include mSelection.inc and vehicleplus.inc before nex-ac.inc
|
Was error caused by me xD, thanks for your support and for this great Include.
Re: Nex-AC - Anticheat system -
OstGot - 19.08.2015
New Version v1.8.1
Changes:
Rewrote the Anti-Dialog crasher (%)
Fixes:
Fixed a bug in Anti-Ammo hack with a kick for a detonator
Fixed debug mode
Special thanks to user PatchwerkQWER and everyone who participated in the development of the project!
Download: See the
first post
Re: Nex-AC - Anticheat system -
Irenijus - 19.08.2015
Wtf kick with reason "[Nex-AC] Suspicion on the ID 0. Reason code: 015 (1)"





my code please help ??
public OnPlayerRequestSpawn(playerid)
{
mysql_format(sqldb, query, sizeof(query), "SELECT * FROM accounts WHERE accname = '%e' LIMIT 0,1", GetName(playerid));
mysql_tquery(sqldb, query, "givegun", "i", playerid);
return 1;
}
PUBLIC: givegun(playerid)
{
new rows = mysql_num_rows();
if(rows)
{
GivePlayerWeapon(playerid,cache_get_field_content_ int(0, "g1"),cache_get_field_content_int(0, "a1"));
GivePlayerWeapon(playerid,cache_get_field_content_ int(0, "g2"),cache_get_field_content_int(0, "a2"));
GivePlayerWeapon(playerid,cache_get_field_content_ int(0, "g3"),cache_get_field_content_int(0, "a3"));
GivePlayerWeapon(playerid,cache_get_field_content_ int(0, "g4"),cache_get_field_content_int(0, "a4"));
GivePlayerWeapon(playerid,cache_get_field_content_ int(0, "g5"),cache_get_field_content_int(0, "a5"));
GivePlayerWeapon(playerid,cache_get_field_content_ int(0, "g6"),cache_get_field_content_int(0, "a6"));
GivePlayerWeapon(playerid,cache_get_field_content_ int(0, "g7"),cache_get_field_content_int(0, "a7"));
GivePlayerWeapon(playerid,cache_get_field_content_ int(0, "g8"),cache_get_field_content_int(0, "a8"));
GivePlayerWeapon(playerid,cache_get_field_content_ int(0, "g9"),cache_get_field_content_int(0, "a9"));
GivePlayerWeapon(playerid,cache_get_field_content_ int(0, "g10"),cache_get_field_content_int(0, "a10"));
GivePlayerWeapon(playerid,cache_get_field_content_ int(0, "g11"),cache_get_field_content_int(0, "a11"));
GivePlayerWeapon(playerid,cache_get_field_content_ int(0, "g12"),cache_get_field_content_int(0, "a12"));
}
return 1;
}
Re : Nex-AC - Anticheat system -
MrAlexisX2 - 20.08.2015
Hi, how to solve these errors ?
Код:
D:\FICHIER SYSTEME\SERVEUR\pawno\include\nex-ac.inc(3793) : warning 201: redefinition of constant/macro (symbol "OnPlayerPickUpDynamicPickup")
D:\FICHIER SYSTEME\SERVEUR\pawno\include\nex-ac.inc(5191) : error 025: function heading differs from prototype
My includes :
PHP код:
#include <a_samp>
#include <sscanf2>
#include <streamer>
#include <blaze>
#include <zcmd>
#include <FCNPC>
#include <YSI\y_timers>
#include <nex-ac>
Re: Nex-AC - Anticheat system -
CoxBrian - 20.08.2015
Man.............About Anti-NOP.THere are some questions.When I quickly get on transport and Get off,again and again.The anti-cheating will kicked me out,reason <#052>.Why?
Re : Nex-AC - Anticheat system -
MrAlexisX2 - 20.08.2015
Your anticheat is so bugged, when i'm connect i'm kicked with reason "suspicion cheat".
Re: Nex-AC - Anticheat system -
jamesmith12 - 20.08.2015
im scared to use this , i dont want to auto ban/kick my players without any reason