[Help] TextDraw Countdown
#1

Someone help me? I have this TextDraw

Код:
TDEditor_TD[2] = TextDrawCreate(7.698852, 261.711273, "000_segundos");
TextDrawLetterSize(TDEditor_TD[2], 0.284999, 1.506664);
TextDrawAlignment(TDEditor_TD[2], 1);
TextDrawColor(TDEditor_TD[2], -1);
TextDrawSetShadow(TDEditor_TD[2], 0);
TextDrawSetOutline(TDEditor_TD[2], 0);
TextDrawBackgroundColor(TDEditor_TD[2], 255);
TextDrawFont(TDEditor_TD[2], 2);
TextDrawSetProportional(TDEditor_TD[2], 1);
TextDrawSetShadow(TDEditor_TD[2], 0);
How do I do a second countdown timer where "000"

The whole process is already done, but could anyone give me a simple example with the following command variables below?

Код:
CMD:countdown (playerid, params[0])

new count;
I would like the count to be what the player will put in command.
thanks in advance.
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)