#define AFK_MINUTES 2.3 new AFKTimer[MAX_PLAYERS]; AFKTimer[playerid] = SetTimerEx("Player_Detect_Afk",AFK_MINUTES*60000,0, "d", playerid);