// somewhere on the bottom of your scriptforward NoAFK(playerid);public NoAFK(playerid);{ Afk[playerid] = 0;}// In Your CommandSetTimerEx("NoAFK", 10000, false, "d", playerid);