Anti-Cheat banning random players when connection (sometimes)
#6

Quote:
Originally Posted by dice7
Посмотреть сообщение
Since you claim that they get banned on connection, then they wont since 10 seconds would have passed since they connected. And use a timer

https://sampwiki.blast.hk/wiki/SetTimer
https://sampwiki.blast.hk/wiki/SetTimerEx
Check this out;
pawn Код:
public OnPlayerConnect(playerid)
{
    checkpointTimer[playerid] = SetTimerEx("rangeCheck", 1000, 1, "i", playerid);
    SetPlayerColor(playerid, COLOR_LIGHTGREY);
   
    weaponTimer[playerid] = SetTimerEx("weaponCheck", 1000, 1, "i", playerid);
I bet same is going to happen when I move it to OnPlayerSpawn or something...
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)