View Single Post
Eviona
Junior Member
Join Date: May 2020
Old 05-28-2020 , 10:00   Re: [CS:GO] AFK Group Targeting
Reply With Quote #3

Quote:
Originally Posted by Crasher_3637 View Post
Why do you create a 30-second timer on round_start that does nothing significant?

PHP Code:
public Action AfkKontrol(Handle timer)
{
    new 
i;
    for(
i=1;i<=MaxClientsi++)
    {
        if(
IsClientConnected(i) && IsClientInGame(i) && IsPlayerAlive(i))
        {
            if(
iSonHareket[i] + 20 <= GetTime())
            {
            }
        }
    }

It was slaying afk players automatically but i decided to remove that. Code still exists
Eviona is offline