Textdraw help
#1

This is how I have:


And this is how I want:


What i need to change to get that (SEE THE DIFFRENCE BETWEEN TEXTS///color in text and color out text) GameText is the same but i can't figure out colors

My code:

PHP код:
AdminAnnouncement TextDrawCreate(319.000000181.000000" ");
    
TextDrawAlignment(AdminAnnouncement2);
    
TextDrawBackgroundColor(AdminAnnouncement255);
    
TextDrawFont(AdminAnnouncement3);
    
TextDrawLetterSize(AdminAnnouncement1.0999992.499999);
    
TextDrawColor(AdminAnnouncement, -1);
    
TextDrawSetOutline(AdminAnnouncement0);
    
TextDrawSetProportional(AdminAnnouncement1);
    
TextDrawSetShadow(AdminAnnouncement1); 
Thanks in advance!
Reply
#2

You need to set a Outline with 1 value.
Reply
#3

Set the outline to true, but; also set the outline size to 1.
Reply
#4

also use this to change outline color
TextDrawBackgroundColor(AdminAnnouncement, 0x000000FF);
Reply
#5

Thanks, you really helped me alot! I was trying to find out how to put that background color with samp wiki but they complicated it totally...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)