NexiusTailer / Nex-AC

Anticheat system
https://pawn.wiki/index.php?/topic/27641-nex-ac/
GNU Lesser General Public License v3.0
206 stars 155 forks source link

False detection #039 #105

Closed samp-pinch closed 5 years ago

samp-pinch commented 5 years ago

Hello, I'm using PawnPlus and I have this native:

native p_SPD(playerid, dialogid, style, const caption[], ConstAmxString:info, const button1[], const button2[]) = ShowPlayerDialog;

It kicks player when dialog responds with this code:

[Nex-AC debug] AC dialog: -1, dialogid: 7, listitem: -1, playerid: 0
[Nex-AC] Suspicious player, ID 0. Reason code: 039

If i try this, i get runtime error 19:

native p_SPD(playerid, dialogid, style, const caption[], ConstAmxString:info, const button1[], const button2[]) = acc_ShowPlayerDialog;
NexiusTailer commented 5 years ago

You can hook your p_SPD function as well as it's done with default ShowPlayerDialog function, but it doesn't support compatibility with this plugin by default, so I can't give any guarantee that this will work.