A TEXT DRAW BUG !! - 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)
+--- Thread: A TEXT DRAW BUG !! (
/showthread.php?tid=598407)
A TEXT DRAW BUG !! -
VaisH - 12.01.2016
hello guys this is vaishnav.......i have a problem with textbox in my codao script.....
Whenever we capture a zone in the server.......the shady text box gets vanished.....can u guys tell me how to fix ?
Before capturing zone :
http://imgur.com/aze1pzy
After capturing zone :
http://imgur.com/aze1pzy
http://imgur.com/a/WJ6kj
Re: A TEXT DRAW BUG !! -
KayJ - 12.01.2016
Do we have special powers that we know what code you are using? Post your code here so that we can help you.
Re: A TEXT DRAW BUG !! -
Runn3R - 12.01.2016
Probably the box or the box color removed itself.
Re: A TEXT DRAW BUG !! -
VaisH - 12.01.2016
Quote:
Server = TextDrawCreate(390.000000,356.000000,"octenium gaming");
TextDrawUseBox(Server,1);
TextDrawBoxColor(Server,0xffff0066);
TextDrawTextSize(Server,640.000000,25.000000);
TextDrawAlignment(Server,0);
TextDrawBackgroundColor(Server,0xff00ff00);
TextDrawFont(Server,2);
TextDrawLetterSize(Server,0.399999,1.600000);
TextDrawColor(Server,0xff0000ff);
TextDrawSetShadow(Server,1);
|
these r the codes
Re: A TEXT DRAW BUG !! -
VaisH - 12.01.2016
Quote:
Server = TextDrawCreate(390.000000,356.000000,"octenium gaming ");
TextDrawUseBox(Server,1);
TextDrawBoxColor(Server,0xffff0066);
TextDrawTextSize(Server,640.000000,25.000000);
TextDrawAlignment(Server,0);
TextDrawBackgroundColor(Server,0xff00ff00);
TextDrawFont(Server,2);
TextDrawLetterSize(Server,0.399999,1.600000);
TextDrawColor(Server,0xff0000ff);
TextDrawSetShadow(Server,1);
|
these r the codes guys
Re: A TEXT DRAW BUG !! -
Runn3R - 12.01.2016
Show me the textdraw when someone captures a place?
Re: A TEXT DRAW BUG !! -
VaisH - 12.01.2016
i gave the links bro pls chek know