18.02.2016, 07:44
Okay, the crash i think was here:
its part of NEX-AC, and i think that fixed my problem, server is runing now for 12h and no crashes! (only 2-3 but its client sided...)
Код:
if(AntiCheatInfo[playerid][acKicked]) return 0; if(AntiCheatInfo[playerid][acACAllow][28] && (AntiCheatInfo[playerid][acDead] || !AntiCheatInfo[playerid][acDeathRes] && reason != 255 && (reason != 54 || killerid != 65535))) return ac_KickWithCode(playerid, "", 0, 28); AntiCheatInfo[playerid][acDeathRes] = false; AntiCheatInfo[playerid][acSet][0] = -1; AntiCheatInfo[playerid][acDead] = true; AntiCheatInfo[playerid][acSpawnRes] = 1; AntiCheatInfo[playerid][acSpawnTime] = GetTickCount();