[Include] Nex-AC - Anticheat system
#81

Try to use YSI 4.0.1

Quote:
Originally Posted by DeitY
Посмотреть сообщение
HELP...
Reply
#82

I have some errors:
include\nex-ac.inc(1837) : error 017: undefined symbol "GetConsoleVarAsBool"
include\nex-ac.inc(1840) : error 017: undefined symbol "GetConsoleVarAsInt"
nex-ac.inc(1854) : error 017: undefined symbol "GetConsoleVarAsString"
include\nex-ac.inc(1854) : warning 202: number of arguments does not match definition
include\nex-ac.inc(2024 -- 2025) : error 017: undefined symbol "GetConsoleVarAsInt"
include\nex-ac.inc(4495) : error 025: function heading differs from prototype
include\nex-ac.inc(4582) : warning 202: number of arguments does not match definition
include\nex-ac.inc(4582) : warning 202: number of arguments does not match definition
include\nex-ac.inc(4582) : warning 202: number of arguments does not match definition
include\nex-ac.inc(4582) : warning 202: number of arguments does not match definition
include\nex-ac.inc(4582) : warning 202: number of arguments does not match definition
include\nex-ac.inc(4582) : warning 202: number of arguments does not match definition
\include\nex-ac.inc(4605) : error 025: function heading differs from prototype
Reply
#83

Quote:
Originally Posted by Heav3n
Посмотреть сообщение
I have some errors:
include\nex-ac.inc(1837) : error 017: undefined symbol "GetConsoleVarAsBool"
include\nex-ac.inc(1840) : error 017: undefined symbol "GetConsoleVarAsInt"
nex-ac.inc(1854) : error 017: undefined symbol "GetConsoleVarAsString"
include\nex-ac.inc(1854) : warning 202: number of arguments does not match definition
include\nex-ac.inc(2024 -- 2025) : error 017: undefined symbol "GetConsoleVarAsInt"
include\nex-ac.inc(4495) : error 025: function heading differs from prototype
include\nex-ac.inc(4582) : warning 202: number of arguments does not match definition
include\nex-ac.inc(4582) : warning 202: number of arguments does not match definition
include\nex-ac.inc(4582) : warning 202: number of arguments does not match definition
include\nex-ac.inc(4582) : warning 202: number of arguments does not match definition
include\nex-ac.inc(4582) : warning 202: number of arguments does not match definition
include\nex-ac.inc(4582) : warning 202: number of arguments does not match definition
\include\nex-ac.inc(4605) : error 025: function heading differs from prototype
Download R2 server version
Reply
#84

include\nex-ac.inc(4495) : error 025: function heading differs from prototype
include\nex-ac.inc(4582) : warning 202: number of arguments does not match definition
include\nex-ac.inc(4582) : warning 202: number of arguments does not match definition
include\nex-ac.inc(4582) : warning 202: number of arguments does not match definition
include\nex-ac.inc(4582) : warning 202: number of arguments does not match definition
include\nex-ac.inc(4582) : warning 202: number of arguments does not match definition
include\nex-ac.inc(4582) : warning 202: number of arguments does not match definition
nclude\nex-ac.inc(4605) : error 025: function heading differs from prototype


I use this Includes:
#include <a_samp>
#include <a_mysql>
#include <zcmd>
#include <sscanf>
#include <md5>
#include <streamer>
#include <a_http>
#include <mSelection>
#include <mapandreas>
#include <dini>
#include <wbb_connect>
#include <nex-ac>
Reply
#85

PHP код:
pawno\include\nex-ac.inc(2316) : error 025: function heading differs from prototype
pawno
\include\nex-ac.inc(2820) : warning 219local variable "vehid" shadows a variable at a preceding level
pawno
\include\nex-ac.inc(5204) : error 025: function heading differs from prototype 
Reply
#86

-removed-
Reply
#87

New Version v1.6
Changes:
Improved compatibility with y_hooks in the latest YSI
Improved Anti-Rapid fire: now detects fast reload
For security reasons, added a few Anti-Aim crashers
Added check when compiling for compatibility with the server version
OnCheatDetected is now called even for those detects, which are don't kick by default
Anti-UnFreeze hack is now disabled by default

Fixes:
Fixed a bug in Anti-Teleport into vehicle with enter closed vehicle
Fixed protection against Rcon hack (in game)
Fixed function EnableAntiCheat

Download: See the first post
Reply
#88

@Solved

packed i had what remove the callback onplayertakedamage of my gamemode

(2327) : warning 202: number of arguments does not match definition

return ac_OnPlayerTakeDamage(playerid, issuerid, amount, weaponid, bodypart);

(2341) : error 025: function heading differs from prototype

forward ac_OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart);
Reply
#89

Hi, this include is not compatible with eSelection and OPSP.

PHP код:
D:\FICHIER SYSTEME\RP BASE EN DEV\pawno\include\nex-ac.inc(4572) : warning 202number of arguments does not match definition
D
:\FICHIER SYSTEME\RP BASE EN DEV\pawno\include\nex-ac.inc(4586) : error 025: function heading differs from prototype
D
:\FICHIER SYSTEME\RP BASE EN DEV\pawno\include\eSelection.inc(651) : warning 201redefinition of constant/macro (symbol "OnPlayerClickPlayerTextDraw")
D:\FICHIER SYSTEME\RP BASE EN DEV\pawno\include\OPSP.inc(120) : warning 201redefinition of constant/macro (symbol "SetPlayerHealth")
D:\FICHIER SYSTEME\RP BASE EN DEV\pawno\include\OPSP.inc(130) : warning 201redefinition of constant/macro (symbol "SetPlayerArmour"
Reply
#90

try to do this:

#include <a_samp>
// Streamer
// YSI Package
#include <nex-ac>
// other include.

Just imagine that AC is a core inc and streamer and ysi is util.

make AC Being high priority after util.,

AFAIK, this AC provide to code with YSI and Streamer.
Reply
#91

This is simply amazing. But can anyone help me configure it properly?
Reply
#92

Hello.

I've translate to romanian, i hope it helped. If you need anything,pm me.


As far i don't know how to made .lang files, i'll drop there pastebin code.

Click me !
Reply
#93

Whenever I spawn I get kicked for reason "27" (False spawning?), ive tried setting that to "false" inside the include but still kicks me.
Reply
#94

Compiler is stil crashing °°

#include <a_samp>
#include <a_mysql>
#include <streamer>
#include <nex-ac>
#include <sscanf2>
#include <dprops>
#include <time>
Reply
#95

E:\deskop\pawno\include\nex-ac.inc(3829) : warning 201: redefinition of constant/macro (symbol "OnPlayerPickUpDynamicPickup")
E:\deskop\pawno\include\nex-ac.inc(4572) : warning 202: number of arguments does not match definition
E:\deskop\pawno\include\nex-ac.inc(4586) : error 025: function heading differs from prototype
E:\deskop\pawno\include\nex-ac.inc(5186) : warning 201: redefinition of constant/macro (symbol "OnPlayerSelectDynamicObject")

some help ?
Reply
#96

great work... but I will not use it, because I see that many are giving him trouble whit this.

But I will give you +rep for work and the time it took you to do it. Keep it up.
Reply
#97

їAnti spam? xd
Reply
#98

Is it fixed for the pawn crash ?
Reply
#99

УTIMA INCLUDE XD
Reply

Код:
[11:01:31] [debug] Run time error 4: "Array index out of bounds"
[11:01:31] [debug] AMX backtrace:
[11:01:31] [debug] #0 0000bb64 in public ac_CreateDynamicPickup (0x00001000, 0x00004c42, 0x00000001, 0x45032171, 0x451be23d, 0x41311eb8) from BMT.amx
[11:01:31] [debug] #1 native CallRemoteFunction () [080df570] from samp03svr
[11:01:31] [debug] #2 0000fca0 in ?? (0x00004c42, 0x00000001, 0x45032171, 0x451be23d, 0x41311eb8, 0x00000000, 0x00000000, 0xffffffff, 0x42c80000) from BMT.amx
[11:01:31] [debug] #3 0008a3e4 in ?? (0x0000105a) from BMT.amx
[11:01:31] [debug] #4 000bd7ec in ?? () from BMT.amx
[11:01:31] [debug] #5 000916fc in ?? () from BMT.amx
[11:01:31] [debug] #6 0018e998 in public zcmd_OnGameModeInit () from BMT.amx
[11:01:31] [debug] #7 native CallLocalFunction () [080dfac0] from samp03svr
[11:01:31] [debug] #8 0002dd30 in public ac_OnGameModeInit () from BMT.amx
[11:01:31] [debug] #9 00010e1c in public SSCANF_OnGameModeInit () from BMT.amx
[11:01:31] [debug] #10 00000988 in public OnGameModeInit () from BMT.amx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)