How to add textdraw
#4

Quote:
Originally Posted by MWF2
But where do i put the whole textdraw code


Код:
		Textdraw0 = TextDrawCreate(351.000000, 198.000000, "/buyheal - To Heal Yourself ($1000) /Buycure - To Cure Yourself ($4500) /healall - To heal/Cure Yourself ($5000)");
		TextDrawBackgroundColor(Textdraw0, 255);
		TextDrawFont(Textdraw0, 2);
		TextDrawLetterSize(Textdraw0, 0.360000, 1.500000);
		TextDrawColor(Textdraw0, 16777215);
		TextDrawSetOutline(Textdraw0, 0);
		TextDrawSetProportional(Textdraw0, 1);
		TextDrawSetShadow(Textdraw0, 1);
		TextDrawUseBox(Textdraw0, 1);
		TextDrawBoxColor(Textdraw0, 255);
		TextDrawTextSize(Textdraw0, 644.000000, 1377.000000);
Under :
pawn Код:
public OnGameModeInit()
{
 return 1;
}
Reply


Messages In This Thread
How to add textdraw - by MWF2 - 06.06.2010, 23:39
Re: How to add textdraw - by ViruZZzZ_ChiLLL - 06.06.2010, 23:46
Re: How to add textdraw - by MWF2 - 07.06.2010, 00:58
Re: How to add textdraw - by ViruZZzZ_ChiLLL - 07.06.2010, 00:59
Re: How to add textdraw - by MWF2 - 07.06.2010, 01:25
Re: How to add textdraw - by MWF2 - 08.06.2010, 21:23

Forum Jump:


Users browsing this thread: 2 Guest(s)