How to make a 3dtextlabel...
#1

How to make a 3dtextlabel, Shadow 1, meaning it with black outline
Reply
#2

Idea?
Reply
#3

Alpha Values - Colors

The color of 3DTextLabel should end with 'FF' if you want it to be fully opaque + it will have a black outline.
Reply
#4

i guess you mean this? -> https://sampforum.blast.hk/showthread.php?tid=2867
Reply
#5

Create3DTextLabel("{FF0000}Press {FFFF00} {FF0000}to Enter", COLOR_RED, 2126.94, 1509.51, 10.85, 10.0, 0);
?
Have an outline in black
Reply
#6

Quote:
Originally Posted by rekatluos
Посмотреть сообщение
No No No, He doesnt need textdraw he mean he need 3DTextLabel I goose you have wrong answer

@Join7 How About Try To Add This At Your Script OnPlayerspawn Heres Example:

pawn Код:
public OnPlayerSpawn (playerid)
{
   Create3DTextLabel("I'm at the coordinates:\n30.0,40.0,50.0",0x008080FF,30.0,40.0,50.0,40.0,0);
   return 1;
}
I hope i help
Reply
#7

But having seen so will outline in black, outside the text
Reply
#8

Just replace the 2 letters to FF and it's done.
Reply
#9

If you have error with that i will give you more examples
Reply
#10

Use this define & replace your one above the script: #define COLOR_RED 0xFF0000FF
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)