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
#2

Put TextDrawFont underneath. See if it fixes it.
Reply
#3

Quote:
Originally Posted by Arthur Kane
Посмотреть сообщение
Put TextDrawFont underneath. See if it fixes it.
not fixed..
Reply
#4

UPDATE
I have partly fixed the issue.
Moving this to player textdraw fixed it..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)