03.06.2018, 19:06
Inside OnGameModeInIt()
Outside the functions
Код:
SetTimer("CheckAFKPlayers",5000,1);
Код:
forward CheckAFKPlayers(); public CheckAFKPlayers() foreach(Player,i) if(IsPlayerAFKFor30Mins(i)) Kick(i);