Textdraw Proble,
#1

Hello ....
I had to fashion textdraw but the game so I'm not seeing this?? I tried everything. Thanks for the answers


Sorry or Sorry for English.
Reply
#2

Quote:
Originally Posted by DonMafia
Hello ....
I had to fashion textdraw but the game so I'm not seeing this?? I tried everything. Thanks for the answers


Sorry or Sorry for English.
I don't get what you try to say please use an translater.
Reply
#3

So your problem is that text draw is not visable ?
Reply
#4

Yes....Is not visible
Reply
#5

Please Help.....
Reply
#6

post the code here so we can see if there is anything wrong.
Reply
#7

Make it like this:

http://forum.sa-mp.com/index.php?top...7317#msg837317

This is really helpful.
Reply
#8

Thanks......& Where do I put the code?
Reply
#9

Quote:
Originally Posted by DonMafia
Thanks......& Where do I put the code?
Saif wrote it with "//" on top of every box.
Reply
#10

Problem : It is not. I give it to a OnPlayerSpawn OnPlayerConnect.

Code :

Код:
	new string[256];
	format (string, sizeof(string), "Real !Life! 1");
	textdraw2 = TextDrawCreate(526,4, string);
	TextDrawLetterSize(textdraw2,0.500000,1.000000);
	TextDrawAlignment(textdraw2,0);
	TextDrawBackgroundColor(textdraw2,0x0000ffff);
	TextDrawFont(textdraw2,3);
	TextDrawUseBox(textdraw2,1);
	TextDrawBoxColor(textdraw2,0x00000066);
	TextDrawTextSize(textdraw2,637.000000,14.000000);
	TextDrawSetOutline(textdraw2,1);
	TextDrawSetProportional(textdraw2,1);
	TextDrawSetShadow(textdraw2,1);
	TextDrawShowForPlayer (playerid, textdraw2);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)