Textdraw problem - Won't show
#2

Just make that:
Код:
public OnGameModeInit()
{
	//TDOVI
	verzijamoda = TextDrawCreate(503.5 ,110 , "WS:DM v1.0");
	TextDrawBackgroundColor(verzijamoda, 255);
	TextDrawFont(verzijamoda , 1);
	TextDrawLetterSize(verzijamoda, 0.210000, 1.100000);
	TextDrawColor(verzijamoda , -1);
	TextDrawSetOutline(verzijamoda , 1);
	TextDrawSetProportional(verzijamoda , 1);
	TextDrawSetShadow(verzijamoda , 0);

	TextDrawShowForAll(verzijamoda);
	return 1;
}
Reply


Messages In This Thread
Textdraw problem - Won't show - by FL3GM4 - 25.12.2012, 11:29
Re: Textdraw problem - Won't show - by Typhome - 25.12.2012, 11:43
Re: Textdraw problem - Won't show - by FL3GM4 - 25.12.2012, 11:52
Re : Textdraw problem - Won't show - by [HRD]Mar1 - 25.12.2012, 11:57
Re: Textdraw problem - Won't show - by FL3GM4 - 25.12.2012, 12:03
Re: Textdraw problem - Won't show - by DaRk_RaiN - 25.12.2012, 12:22
Re: Textdraw problem - Won't show - by FL3GM4 - 25.12.2012, 12:26

Forum Jump:


Users browsing this thread: 3 Guest(s)