Help With TextDraw
#1

I am Having Problem Showing this Text Draw ingame.


Код:
new Text:Test; 
Test = TextDrawCreate(4, 426, "http://S*******P.com"); 
TextDrawLetterSize(Text:Test, 0, 0); 
TextDrawTextSize(Text:Test, 0, 0); 
TextDrawAlignment(Text:Test, 0); 
TextDrawColor(Text:Test, -1); 
TextDrawUseBox(Text:Test, 0); 
TextDrawSetShadow(Text:Test, 1); 
TextDrawBoxColor(Text:Test, -1347440726); 
TextDrawSetOutline(Text:Test, 1); 
TextDrawBackgroundColor(Text:Test, 170); 
TextDrawFont(Text:Test, 1); 
TextDrawSetProportional(Text:Test, 1);
Reply
#2

How about try to put this @ onplayerconnect:

https://sampwiki.blast.hk/wiki/TextDrawShowForPlayer

and this @ onplayerdisconnect:

https://sampwiki.blast.hk/wiki/TextDrawHideForPlayer
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)