textdraw dont show
#1

heres my textdraw code whe i do it it dont show up

Код:
//teles text draw
	Textdraw0 = TextDrawCreate(1.000000,428.000000," /teles");
	Textdraw1 = TextDrawCreate(1.000000,1.000000," ");
	TextDrawAlignment(Textdraw0,0);
	TextDrawAlignment(Textdraw1,0);
	TextDrawBackgroundColor(Textdraw0,0x000000ff);
	TextDrawBackgroundColor(Textdraw1,0x000000ff);
	TextDrawFont(Textdraw0,3);
	TextDrawLetterSize(Textdraw0,1.000000,1.000000);
	TextDrawFont(Textdraw1,3);
	TextDrawLetterSize(Textdraw1,1.000000,1.000000);
	TextDrawColor(Textdraw0,0xff0000cc);
	TextDrawColor(Textdraw1,0xffffffff);
	TextDrawSetOutline(Textdraw0,1);
	TextDrawSetOutline(Textdraw1,1);
	TextDrawSetProportional(Textdraw0,1);
	TextDrawSetProportional(Textdraw1,1);
	TextDrawSetShadow(Textdraw0,1);
	TextDrawSetShadow(Textdraw1,1);
Reply
#2

TextDrawShowForPlayer(playerid,Text:textdraw);

Are you using that?
Reply
#3

no Oo oops
Reply
#4

but how i do it im a noob scripter beginner p;
Reply
#5

Quite Simple..

Add this at under the script code

TextDrawShowForPlayer(playerid,Text:textdraw);
Reply
#6

Quote:
Originally Posted by .Strike
but how i do it im a noob scripter beginner p;
You have 6 gamemodes/maps in your sig and your a noob script beginner
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)