[Help] TextDraw Countdown
#2

PHP код:
//top
new mycountdown[2]
//Command
mycountdown[0] = SetTimer("Countdown"1000true);
mycountdown[1] = strval(param[0]);
//public
mycountdown[1]--;
if(
mycountdown [1] < 1)//Countdown Ende
else
new 
string[24];
format(string,sizeof(string),"%i_segundos",mycountdown [1]);
TextDrawSetString(TDEditor_TD[2], string);
KillTimer(mycountdown[0]); 
Send from my Smartphone
Reply


Messages In This Thread
[Help] TextDraw Countdown - by ApolloScripter - 17.10.2018, 22:29
Re: [Help] TextDraw Countdown - by GangstaSunny. - 17.10.2018, 23:37

Forum Jump:


Users browsing this thread: 1 Guest(s)