SA-MP Forums Archive
[Include] Nex-AC - Anticheat system - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] Nex-AC - Anticheat system (/showthread.php?tid=579963)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31


Re: Nex-AC - Anticheat system - Tudounaozi - 18.04.2017

E:\pawno\include\nex-ac.inc(1693) : warning 202: number of arguments does not match definition
E:\pawno\include\nex-ac.inc(1693) : warning 202: number of arguments does not match definition
E:\pawno\include\nex-ac.inc(1691) : warning 203: symbol is never used: "ac_priority"
E:\pawno\include\nex-ac.inc(1691) : warning 203: symbol is never used: "ac_areaid"
E:\pawno\include\nex-ac.inc(2000) : warning 201: redefinition of constant/macro (symbol "SetPlayerHealth")
E:\pawno\include\nex-ac.inc(2017) : warning 201: redefinition of constant/macro (symbol "SetPlayerArmour")
E:\pawno\include\nex-ac.inc(306 : warning 202: number of arguments does not match definition
E:\pawno\include\nex-ac.inc(3082) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.


How to solve? please?


Re: Nex-AC - Anticheat system - Adiiti - 18.04.2017

People i need your opinion.

This include works corrected or have bugs ? Is recommended ?


Re: Nex-AC - Anticheat system - ax1 - 19.04.2017

Код:
pawno\include\nex-ac.inc(3068) : warning 202: number of arguments does not match definition
pawno\include\nex-ac.inc(3082) : error 025: function heading differs from prototype
Код:
return ac_OnPlayerTakeDamage(playerid, issuerid, amount, weaponid, bodypart); // 3068
forward ac_OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart); // 3082



Re: Nex-AC - Anticheat system - AbyssMorgan - 19.04.2017

Quote:
Originally Posted by ax1
Посмотреть сообщение
Код:
pawno\include\nex-ac.inc(3068) : warning 202: number of arguments does not match definition
pawno\include\nex-ac.inc(3082) : error 025: function heading differs from prototype
Код:
return ac_OnPlayerTakeDamage(playerid, issuerid, amount, weaponid, bodypart); // 3068
forward ac_OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart); // 3082
Update a_samp.inc


Re: Nex-AC - Anticheat system - crukk11 - 19.04.2017

can you add protection for easydialog


Re: Nex-AC - Anticheat system - ax1 - 19.04.2017

Quote:
Originally Posted by AbyssMorgan
Посмотреть сообщение
Update a_samp.inc
I did and I still get this error


Re: Nex-AC - Anticheat system - crukk11 - 19.04.2017

delete


Re: Nex-AC - Anticheat system - AbyssMorgan - 19.04.2017

Quote:
Originally Posted by ax1
Посмотреть сообщение
I did and I still get this error
Check this callback in your GameMode
Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart){

}



Re: Nex-AC - Anticheat system - ax1 - 20.04.2017

Quote:
Originally Posted by AbyssMorgan
Посмотреть сообщение
Check this callback in your GameMode
Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart){

}
Thank you
I still get some warnings tho
Код:
nex-ac.inc(1693) : warning 202: number of arguments does not match definition
nex-ac.inc(1691) : warning 203: symbol is never used: "ac_priority"
nex-ac.inc(1691) : warning 203: symbol is never used: "ac_areaid"
nex-ac.inc(2105) : warning 201: redefinition of constant/macro (symbol "GivePlayerMoney")
nex-ac.inc(4752) : warning 201: redefinition of constant/macro (symbol "OnPlayerPickUpDynamicPickup")
Код:
new ac_pickupid = CreateDynamicPickup(ac_modelid, ac_type, ac_x, ac_y, ac_z, ac_worldid, ac_interiorid, ac_playerid, ac_streamdistance, ac_areaid, ac_priority); // 1693
stock acc_CreateDynamicPickup(ac_modelid, ac_type, Float:ac_x, Float:ac_y, Float:ac_z, ac_worldid = -1, ac_interiorid = -1, ac_playerid = -1, Float:ac_streamdistance = 200.0, ac_areaid = -1, ac_priority = 0)//1691
#define GivePlayerMoney acc_GivePlayerMoney // 2105
#define OnPlayerPickUpDynamicPickup ac_OnPlayerPickUpDynamicPickup // 4752



Respuesta: Nex-AC - Anticheat system - CarlCC - 26.04.2017

Nice work


Re: Nex-AC - Anticheat system - Xportaler - 26.04.2017

Can Someone give me another link of this include please! Not on Github . I really need it ! Thanks


Re: Nex-AC - Anticheat system - rt-2 - 27.04.2017

Quote:
Originally Posted by Xportaler
View Post
Can Someone give me another link of this include please! Not on Github . I really need it ! Thanks
Whats the problem with getting it from Github?


Re: Nex-AC - Anticheat system - ax1 - 28.04.2017

Quote:
Originally Posted by crukk11
View Post
no work it will automatic kick me out and give code 15
Same
anyone know how to fix?


Re: Nex-AC - Anticheat system - rt-2 - 29.04.2017

Quote:
Originally Posted by ax1
View Post
Same
anyone know how to fix?
Code:
EnableAntiCheat(15, 0);
Or if you want an actual solution, show us the actual problem (the code that makes the bug occur)


Re: Nex-AC - Anticheat system - crukk11 - 29.04.2017

how to enableanticheat code to my code

im nubis


Re: Nex-AC - Anticheat system - rt-2 - 30.04.2017

Quote:
Originally Posted by crukk11
View Post
how to enableanticheat code to my code

im nubis
Use this function in your 'OnGameModeInit()'


Re: Nex-AC - Anticheat system - crukk11 - 01.05.2017

can you show list of name code hack

and what is the name hack code 15


Re: Nex-AC - Anticheat system - OstGot - 01.05.2017

Quote:
Originally Posted by crukk11
View Post
can you show list of name code hack

and what is the name hack code 15
https://github.com/NexiusTailer/Nex-....inc#L136-L193


New Version v1.9.24
Changes:
* Reduced sensitivity of anti-FlyHack in vehicle
* Reduced sensitivity of anti-AirBreak on short distances
* If the default enter/exit markers are enabled (ie, gm is not used DisableInteriorEnterExits), then anti-teleport for long distances will automatically disabled (to avoid false detections when entering the roof of a skyscraper in LS)

Fixes:
* Fixed a bug with a kick for entering bus (id 431 & 437) for more than one passenger
* Fixed a bug with a kick for quick entering train vagon (id 570)

Download: GitHub


Re: Nex-AC - Anticheat system - StrikerZ - 01.05.2017

Quote:
Originally Posted by OstGot
View Post
https://github.com/NexiusTailer/Nex-....inc#L136-L193


New Version v1.9.24
Changes:
* Reduced sensitivity of anti-FlyHack in vehicle
* Reduced sensitivity of anti-AirBreak on short distances
* If the default enter/exit markers are enabled (ie, gm is not used DisableInteriorEnterExits), then anti-teleport for long distances will automatically disabled (to avoid false detections when entering the roof of a skyscraper in LS)

Fixes:
* Fixed a bug with a kick for entering bus (id 431 & 437) for more than one passenger
* Fixed a bug with a kick for quick entering train vagon (id 570)

Download: GitHub
Nice


Re: Nex-AC - Anticheat system - Maks5 - 04.05.2017

If you use CarShot, in ****** from MishaN, he ducks the player but does not cheat while at high speed, hit the vehicle with the vehicle. Author, correct please anti-cheat.