SA-MP Forums Archive
Some problems with NEX-AC (Anticheat) - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Some problems with NEX-AC (Anticheat) (/showthread.php?tid=606328)



Some problems with NEX-AC (Anticheat) - mayster1596 - 02.05.2016

Hello. When I compile appear the following errors:

PHP код:
mod2\pawno\include\nex-ac.inc(1441) : error 035argument type mismatch (argument 10
mod2\pawno\include\nex-ac.inc(1439) : warning 203symbol is never used"maxplayers" 
mod2\pawno\include\nex-ac.inc(1439) : warning 203symbol is never used"maxinteriors" 
mod2\pawno\include\nex-ac.inc(1439) : warning 203symbol is never used"maxworlds" 
mod2\pawno\include\nex-ac.inc(2288) : warning 202number of arguments does not match definition 
mod2
\pawno\include\nex-ac.inc(2302) : error 025: function heading differs from prototype 
mod2
\pawno\include\nex-ac.inc(4616) : warning 202number of arguments does not match definition 
mod2
\pawno\include\nex-ac.inc(4630) : error 025: function heading differs from prototype 
mod2
\pawno\include\eSelection.inc(651) : warning 201redefinition of constant/macro (symbol "OnPlayerClickPlayerTextDraw"
lines:
PHP код:
1439 -             stock acc_CreateDynamicPickupEx(modelidtypeFloat:xFloat:yFloat:zFloat:streamdistance 100.0worlds[] = { -}, interiors[] = { -}, players[] = { -}, maxworlds sizeof worldsmaxinteriors sizeof interiorsmaxplayers sizeof players)
                       {
1441-             new ac_pickupid CreateDynamicPickupEx(modelidtypexyzstreamdistanceworldsinteriorsplayersmaxworldsmaxinteriorsmaxplayers);
2288-             return ac_OnPlayerTakeDamage(playeridissueridamountweaponidbodypart);
2302-             forward ac_OnPlayerTakeDamage(playeridissueridFloat:amountweaponidbodypart);
4416-             return ac_OnVehicleDeath(vehicleidkillerid);
4630-             forward ac_OnVehicleDeath(vehicleidkillerid); 
What could be the problem ?
Thank you all!



Re: Some problems with NEX-AC (Anticheat) - mayster1596 - 03.05.2016

UP!!! HELP!!!


Re: Some problems with NEX-AC (Anticheat) - Dayrion - 03.05.2016

Hello. Check this : https://forums.alliedmods.net/showthread.php?t=201044
Did you even read errors message?


Re: Some problems with NEX-AC (Anticheat) - tugaspeak - 04.05.2016

Hey you have already resolved the problem?