new bool:shown_scout_message[33]; // when timer starts shown_scout_message[id] = false; // when player gets scout if(timer_started[id]) { if(!shown_scout_message[id]) { client_print(id, print_chat, "yada yada"); shown_scout_message[id] = true; } }