help me
#1

pawn Код:
Timer Name: AFKUpdate()
TickRate: 10 Secs.
timer AFKUpdate[10000]()
{
    if(Iter_Count(Player) > MAX_PLAYERS - 100)
    {
        foreach(Player, i)
        {
            if((playerTabbed[i] > 300 || playerAFK[i] > 300) && PlayerInfo[i][pShopTech] < 1 && PlayerInfo[i][pAdmin] < 4)
            {
                Kick(i);
            }
        }
    }
    return 1;
}
i have error 010: invalid function or declaration any body help me fix it. thanks so much
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)