Calling %s in a textdraw? Help needed.
#10

Quote:
Originally Posted by Remi-X
Line 27: I never said something about a public called AFKTextdraw(), but you need to forward it as I did with HideAFK().
Thanks for the help, the other three are fixed, but I was thinking when you put:
Quote:
Originally Posted by Remi-X
Код:
public SomePublicWhereYouWantToCreateYourTextDraw(...)
{
	IsAFK = TextDrawCreate(260.000000,222.000000,"_"); //Empty TextDraw, it isn't needed to contain something.
	TextDrawAlignment(IsAFK,0);
	TextDrawBackgroundColor(IsAFK,0x000000ff);
	TextDrawFont(IsAFK,3);
	TextDrawLetterSize(IsAFK,0.599999,1.900000);
	TextDrawColor(IsAFK,0xff0000ff);
	TextDrawSetOutline(IsAFK,1);
	TextDrawSetProportional(IsAFK,1);
	TextDrawSetShadow(IsAFK,1);
}
Should work.
To change it to whatever I want..?
Reply


Messages In This Thread
Calling %s in a textdraw? Help needed. - by Devine - 27.11.2009, 03:16
Re: Calling %s in a textdraw? Help needed. - by Rac3r - 27.11.2009, 07:01
Re: Calling %s in a textdraw? Help needed. - by Devine - 27.11.2009, 16:37
Re: Calling %s in a textdraw? Help needed. - by ExoSanty - 27.11.2009, 16:51
Re: Calling %s in a textdraw? Help needed. - by Devine - 27.11.2009, 16:52
Re: Calling %s in a textdraw? Help needed. - by Andy_McKinley - 27.11.2009, 16:59
Re: Calling %s in a textdraw? Help needed. - by Remi-X - 27.11.2009, 17:13
Re: Calling %s in a textdraw? Help needed. - by Devine - 27.11.2009, 22:27
Re: Calling %s in a textdraw? Help needed. - by Remi-X - 27.11.2009, 22:38
Re: Calling %s in a textdraw? Help needed. - by Devine - 28.11.2009, 00:30

Forum Jump:


Users browsing this thread: 7 Guest(s)