06.10.2009, 00:46
pawn Код:
new announce;
//Ongamemodeinit
announce = 0;
//When the announce works sucsfully
announce = 1;
//within the announce command
if(announce == 1) return SendClientMessage(playerid,color,"An announcement is alreaddy been displayed");
//when the timer is killed
announce = 0;