[ЎAyuda!] CountDown!
#9

usa este codigo:

pawn Код:
//variable
new TT, time = 5;
//cmd
if(!strcmp(cmdtext, "/countdown", true))return TT = SetTimer("Conteo", 1000, true);
//timer
forward Conteo();
public Conteo()
{
    new str[8];
    if(time>0)format(str, 5, "~R~%i", time);
    else str = "~G~YAA!"
    GameTextForAll(str, 1000, 4);
    time--;
    if(time == 0){
        time = 5;
        KillTimer(TT);
    }
}
Reply


Messages In This Thread
[ЎAyuda!] CountDown! - by EduGTA - 03.04.2011, 03:04
Respuesta: [ЎAyuda!] CountDown! - by Daniel-92 - 03.04.2011, 03:15
Re: [ЎAyuda!] CountDown! - by murdoxix - 03.04.2011, 03:16
Re: [ЎAyuda!] CountDown! - by MaRcOsWeB - 03.04.2011, 03:53
Respuesta: Re: [ЎAyuda!] CountDown! - by Daniel-92 - 03.04.2011, 04:24
Re: [ЎAyuda!] CountDown! - by EduGTA - 03.04.2011, 14:28
Re: [ЎAyuda!] CountDown! - by murdoxix - 03.04.2011, 14:49
Re: [ЎAyuda!] CountDown! - by Diogo_Bras - 03.04.2011, 21:40
Respuesta: [ЎAyuda!] CountDown! - by TheChaoz - 03.04.2011, 22:13
Re: Respuesta: [ЎAyuda!] CountDown! - by Diogo_Bras - 03.04.2011, 22:17

Forum Jump:


Users browsing this thread: 5 Guest(s)