Advertisement
Guest User

Untitled

a guest
Jul 30th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. if(strcmp(cmdtext,"/countdown",true)==0) {
  2. if(PlayerInfo[playerid][Level] >= 3) {
  3. CMDMessageToAdmins(playerid,"COUNTDOWN");
  4. cdt=6;
  5. CountTimer=SetTimer("countdown",1000,1);
  6. } else {
  7. SendClientMessage(playerid,red,"ERROR: You are not a high enough level to use this command"); }
  8. return 1; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement