Textdraw Font isn't changing!
#1

Hello everyone! I need help..
I'm creating a global textdraw, showing it as usuall with all the functions just as sa:mp wiki says.
The textdraw font is not changing and I dont have an idea. Anyone know what can affect textdraw like that?
Some code:
Код:
	Forum = TextDrawCreate(557.000000, 407.000000, "TEXT");
	TextDrawBackgroundColor(Forum, 255);
	TextDrawFont(Forum, 0);
	TextDrawLetterSize(Forum, 0.600000, 3.000000);
	TextDrawColor(Forum, COLOR_WHITE);
	TextDrawSetOutline(Forum, 1);
	TextDrawSetProportional(Forum, 1);
(this under OnGameModeInit)
Reply


Messages In This Thread
Textdraw Font isn't changing! - by maximthepain - 14.08.2017, 21:15
Re: Textdraw Font isn't changing! - by Kane - 14.08.2017, 21:35
Re: Textdraw Font isn't changing! - by maximthepain - 14.08.2017, 21:51
Re: Textdraw Font isn't changing! - by maximthepain - 14.08.2017, 22:49

Forum Jump:


Users browsing this thread: 1 Guest(s)