17.10.2018, 22:29
Someone help me? I have this TextDraw
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?
I would like the count to be what the player will put in command.
thanks in advance.
Код:
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);
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;
thanks in advance.