// Top of script new Attempts [MAX_PLAYERS]; // In your code Attempts[playerid]++; if(Attempts [playerid] == 3) { Attempts[playerid] = 0; Kick(playerid);}