TextDraw problem:S
#9

If you want it like that try this:

TOP:

Код:
new DayNames[7][50] =
{
{"--"},
{"Monday"},
{"Tuesday"},
{"Wednesday"},
{"Thursday"},
{"Friday"},
{"Saturday"},
{"Sunday"}
};
TIMER:
Код:
format(string,sizeof(string),"[GAME DAY] %s",DayNames[gameday]);
SendClientMessageToAll(COLOR_WHITE,string);
TextDrawSetString(monday,DayNames[gameday]);
Just made your life a lot easier.
Reply


Messages In This Thread
TextDraw problem:S - by Admigo - 09.05.2011, 15:23
Re: TextDraw problem:S - by coole210 - 09.05.2011, 15:27
Re: TextDraw problem:S - by Admigo - 09.05.2011, 15:28
Re: TextDraw problem:S - by Admigo - 09.05.2011, 15:34
Re: TextDraw problem:S - by coole210 - 09.05.2011, 17:36
Re: TextDraw problem:S - by Sasino97 - 09.05.2011, 17:41
Re: TextDraw problem:S - by Admigo - 09.05.2011, 21:33
Re: TextDraw problem:S - by Admigo - 09.05.2011, 22:19
Re: TextDraw problem:S - by coole210 - 10.05.2011, 20:10

Forum Jump:


Users browsing this thread: 1 Guest(s)