Ako netko misli "nemoj to raditi ako ne znas i takve komenatre, slobodno nek zaobidje temu, hvala 🙂
Deo skripte:
// OVO SAM DODAO U GAMEMODE JER PISE NA STR DA SE TAK DODA --> https://prnt.sc/213gkhf
// AKO TO NE DODAM, DOSL NISTA NE FUNKCIONIRA
forward OnCheatDetected(playerid, ip_address[], type, code);
public OnCheatDetected(playerid, ip_address[], type, code)
{
if(type) BlockIpAddress(ip_address, 0);
else
{
switch(code)
{
case 5, 6, 11, 14, 22, 32: return 1;
case 40: SendClientMessage(playerid, -1, MAX_CONNECTS_MSG);
case 41: SendClientMessage(playerid, -1, UNKNOWN_CLIENT_MSG);
default:
{
new strtmp[sizeof KICK_MSG];
format(strtmp, sizeof strtmp, KICK_MSG, code);
SendClientMessage(playerid, -1, strtmp);
}
}
AntiCheatKickWithDesync(playerid, code);
}
return 1;
}Debug iz server_log(ukoliko je u pitanju crashanje servera - crashdetect log):
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team
[13:01:52] filterscripts = "" (string)
[13:01:52]
[13:01:52] Server Plugins
[13:01:52] --------------
[13:01:52] Loading plugin: sscanf.dll
[13:01:52]
[13:01:52] ===============================
[13:01:52] sscanf plugin loaded.
[13:01:52] Version: 2.8.3
[13:01:52] (c) 2018 Alex "Y_Less" Cole
[13:01:52] ===============================
[13:01:52] Loaded.
[13:01:52] Loading plugin: streamer.dll
[13:01:52]
*** Streamer Plugin v2.9.5 by Incognito loaded ***
[13:01:52] Loaded.
[13:01:52] Loading plugin: pawnraknet.dll
[13:01:52] [Pawn.RakNet] plugin v1.5.1 loading...
[13:01:52] [Pawn.RakNet]
| Pawn.RakNet 1.5.1 | 2016 - 2021
|--------------------------------
| Author and maintainer: katursis
| Compiled: Sep 26 2021 at 12:04:10
|--------------------------------------------------------------
| Repository: https://github.com/katursis/Pawn.RakNet
|--------------------------------------------------------------
| Wiki: https://github.com/katursis/Pawn.RakNet/wiki
[13:01:52] Loaded.
[13:01:52] Loading plugin: nativechecker.dll
[13:01:52] Loaded.
[13:01:52] Loaded 4 plugins.
[13:01:52]
[13:01:52] Filterscripts
[13:01:52] ---------------
[13:01:52] Loaded 0 filterscripts.
[13:01:52]
[13:01:52]
[13:01:52]
[13:01:52] =======================================
[13:01:52] | |
[13:01:52] | YSI version 3.09.0684 |
[13:01:52] | By Alex "Y_Less" Cole |
[13:01:52] | |
[13:01:52] =======================================
[13:01:52]
[13:01:52]
[13:01:52]
[13:01:52]
[13:01:52] --------------------------------------
[13:01:52] Anticheat Nex-AC je ucitan!
[13:01:52] Anticheat inacica: 1.9.57
[13:01:52] Author: Nexius
[13:01:52] --------------------------------------
[13:01:52]
----------------------------------
[13:01:52] Testni gamemode
[13:01:52] ----------------------------------
[13:01:52] Number of vehicle models: 0
[13:02:14] incoming connection: 127.0.0.1:58287 id: 0
[13:02:14] Marko_Pero has joined the server (0:127.0.0.1)
[13:02:14] Marko_Pero has left the server (0:2)
[13:02:40]
[13:02:40] --------------------------------------
[13:02:40] Statistika anticheata Nex-AC
[13:02:40] Detektirano i sprijeceno:
[13:02:40] 0 pokusaja varanja
[13:02:40] 0 pokusaja hakiranja
[13:02:40] 0 pokusaja rusenja
[13:02:40] 0 pokusaja napada
[13:02:40] 0 napada
[13:02:40] Ukupno detektirano i kaznjeno 0 varalica
[13:02:40] --------------------------------------
// I IZBACUJE DA JE DETEKTIRANO 0 VARALICA A MENE IZBACIO ZBOG "VARANJA"
Slika/video ingame problema(obavezno ako je ingame problem):https://prnt.sc/213gjj5
