Textdraw doesn't show.
#4

Quote:
Originally Posted by *IsBack
Посмотреть сообщение
(3 hours bump is not allowed)

First of all, this:
TextDrawShowForAll(UKD);
Should go OnGameModeInit() callback.
Maybe the position is out of screen or something?
And in this line:
format(ukills, sizeof(ukills), "Usa Kills: %s", UsaKills);
what's UsaKills? Can you show how you format it?
you have no clue about textdraws, do you?

the "TextDrawShowForAll" is totally correct at the place where it is....
and for the format line, this could actually be the problem.. the "UsaKills" seems to be an integer variable (if I'm right).,,
try changing it to "format(ukills, sizeof(ukills), "Use Kills, %d", UsaKills);" (%d is the variable for integer variables - %s is for strings)
Reply


Messages In This Thread
Textdraw doesn't show. - by Face9000 - 09.06.2011, 09:51
Re: Textdraw doesn't show. - by Face9000 - 09.06.2011, 13:26
Re: Textdraw doesn't show. - by *IsBack - 09.06.2011, 13:43
Re: Textdraw doesn't show. - by Sascha - 09.06.2011, 13:46
Re: Textdraw doesn't show. - by Face9000 - 09.06.2011, 16:37
Re: Textdraw doesn't show. - by 0ne - 09.06.2011, 18:55
Re: Textdraw doesn't show. - by Face9000 - 09.06.2011, 21:30
Re: Textdraw doesn't show. - by *IsBack - 10.06.2011, 09:04

Forum Jump:


Users browsing this thread: 1 Guest(s)