Easy?
#1

dcmd_countdown(playerid,params[]) {
#pragma unused params
if(PlayerInfo[playerid][Level] >= 0) {
if(CountDown == -1) {
CountDown = 6;
SetTimer("countdown",1000,0);
return CMDMessageToAdmins(playerid,"COUNTDOWN");
} else return SendClientMessage(playerid,red,"ERROR: Countdown in progress");
} else return SendClientMessage(playerid,red,"ERROR: You are not a high enough level to use this command");
}

I just want to make that a simple command like /countdown or /cd wich is available for all players, and not dcmd.
I also want to dont freeze player while use it.
Need help!
Reply


Messages In This Thread
Easy? - by shoru93 - 09.06.2010, 09:37
Re: Easy? - by Ignas1337 - 09.06.2010, 09:47
Re: Easy? - by Flashy - 09.06.2010, 09:48
Re: Easy? - by Ignas1337 - 09.06.2010, 09:55
Re: Easy? - by NewTorran - 09.06.2010, 09:59
Re: Easy? - by Ignas1337 - 09.06.2010, 09:59
Re: Easy? - by NewTorran - 09.06.2010, 10:00
Re: Easy? - by Ignas1337 - 09.06.2010, 10:06
Re: Easy? - by Ignas1337 - 09.06.2010, 10:07

Forum Jump:


Users browsing this thread: 1 Guest(s)