What's wrong here?
#2

You can't format a string through TextDrawCreate. You need to use format.

pawn Код:
new textDisplay[25];
format(textDisplay, sizeof(textDisplay), "Version: %s", S_VERSION);
version = TextDrawCreate(572.000000, 419.000000, textDisplay);
Reply


Messages In This Thread
What's wrong here? - by dott - 01.10.2012, 14:27
Re: What's wrong here? - by SuperViper - 01.10.2012, 14:31
Re: What's wrong here? - by newbienoob - 01.10.2012, 14:31
AW: What's wrong here? - by dott - 01.10.2012, 14:34

Forum Jump:


Users browsing this thread: 1 Guest(s)