18.07.2015, 02:04
[Include] Nex-AC - Anticheat system
24.07.2015, 19:20
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
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
24.07.2015, 20:25
Quote:
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 |
24.07.2015, 22:21
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>
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>
27.07.2015, 05:12
PHP код:
pawno\include\nex-ac.inc(2316) : error 025: function heading differs from prototype
pawno\include\nex-ac.inc(2820) : warning 219: local variable "vehid" shadows a variable at a preceding level
pawno\include\nex-ac.inc(5204) : error 025: function heading differs from prototype
27.07.2015, 12:25
-removed-
27.07.2015, 16:17
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
28.07.2015, 04:51
@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);
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);
28.07.2015, 20:38
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 202: number 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 201: redefinition of constant/macro (symbol "OnPlayerClickPlayerTextDraw")
D:\FICHIER SYSTEME\RP BASE EN DEV\pawno\include\OPSP.inc(120) : warning 201: redefinition of constant/macro (symbol "SetPlayerHealth")
D:\FICHIER SYSTEME\RP BASE EN DEV\pawno\include\OPSP.inc(130) : warning 201: redefinition of constant/macro (symbol "SetPlayerArmour")
29.07.2015, 10:31
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.
#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.
29.07.2015, 15:31
This is simply amazing. But can anyone help me configure it properly?
29.07.2015, 17:05
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 !
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 !
30.07.2015, 01:29
Whenever I spawn I get kicked for reason "27" (False spawning?), ive tried setting that to "false" inside the include but still kicks me.
02.08.2015, 23:26
Compiler is stil crashing °°
#include <a_samp>
#include <a_mysql>
#include <streamer>
#include <nex-ac>
#include <sscanf2>
#include <dprops>
#include <time>
#include <a_samp>
#include <a_mysql>
#include <streamer>
#include <nex-ac>
#include <sscanf2>
#include <dprops>
#include <time>
03.08.2015, 02:38
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 ?
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 ?
03.08.2015, 04:26
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.
But I will give you +rep for work and the time it took you to do it. Keep it up.
03.08.2015, 07:01
їAnti spam? xd
04.08.2015, 18:33
Is it fixed for the pawn crash ?
05.08.2015, 10:21
УTIMA INCLUDE XD
05.08.2015, 14:04
Код:
[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
« Next Oldest | Next Newest »
Users browsing this thread: 3 Guest(s)