21.01.2017, 14:46
Hello Ost. The Anti infinit eammo funcion doesnt work for me.
Can you help me how to fix?
http://imgur.com/a/taqg6 |
Hello!
I have an issue in san fierro I always kicked by #3 when trying to win vehicle school quest. |
Why don't you use Git properly? You create a ton of folders for each version of the include. You are using GitHub, but you aren't using Git version control, that does exactly what you want, but better in visual and organization. We can't see exaclty what you modified in each version, not without wasting time checking every file or putting them in an online text diff (which can't detect all diffs). You can use "release" feature to manage releases.
|
I have this player who gets kicked a lot, and he has slow internet unlike others. Most of the time kicked because of code 15.
|
forward OnCheatDetected(playerid, ip_address[], type, code);
public OnCheatDetected(playerid, ip_address[], type, code)
{
if(code == 15){
}
return 1;
}
#if defined _inc_y_hooks || defined _INC_y_hooks hook OnPlayerDisconnect(playerid, reason) #else public OnPlayerDisconnect(playerid, reason) #endif { if(ACInfo[playerid][acOnline]) { ACInfo[playerid][acOnline] = false; if(!IsPlayerNPC(playerid)) { KillTimer(ACInfo[playerid][acTimerID]); if(ACInfo[playerid][acACAllow][37]) BlockIpAddress(ACInfo[playerid][acIp], (AC_MIN_TIME_RECONNECT * 1000) - (reason ? 0 : GetConsoleVarAsInt("playertimeout"))); #undef AC_MIN_TIME_RECONNECT }
In future updates will the anti cheater be protecting against GM Immortality and sprunk guard?
|
Why you BlockIpAddress in OnPlayerDisconnect
Because when 2 players play on same IP (like brothers) and 1 disconnect the other also. |
How;
- When I add player ammo (if he has a gun), players are kicked for adding ammo. How can I disable it when they take ammo from a gun pickup or etc? But it would work if it is with sob? |
1. When u pzu something else and suspecting cheater u kick out from server with him.
|
2. Inv not working when u siting in the car and somebody shoting in your car.
|
3. If u select INV somebody else can shot in u (not suspected).
|
i'm sorry been searching trough nearly every page now.. Still don't get how to make it so that admins don't get kicked for these anti cheats. Can anyone help me please? Also how do I make the cmd that allows a player to not be checked for hacks?
|