Textdraw Proble, - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Textdraw Proble, (
/showthread.php?tid=136807)
Textdraw Proble, -
DonMafia - 26.03.2010
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.
Re: Textdraw Proble, -
playbox12 - 26.03.2010
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.
Re: Textdraw Proble, -
MaykoX - 26.03.2010
So your problem is that text draw is not visable ?
Re: Textdraw Proble, -
DonMafia - 26.03.2010
Yes....Is not visible
Re: Textdraw Proble, -
DonMafia - 27.03.2010
Please Help.....
Re: Textdraw Proble, -
02manchestera - 27.03.2010
post the code here so we can see if there is anything wrong.
Re: Textdraw Proble, -
Jeffry - 27.03.2010
Make it like this:
http://forum.sa-mp.com/index.php?top...7317#msg837317
This is really helpful.
Re: Textdraw Proble, -
DonMafia - 27.03.2010
Thanks......& Where do I put the code?
Re: Textdraw Proble, -
Jeffry - 27.03.2010
Quote:
Originally Posted by DonMafia
Thanks......& Where do I put the code?
|
Saif wrote it with "//" on top of every box.
Re: Textdraw Proble, -
DonMafia - 27.03.2010
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);