SA-MP Forums Archive
How to make a 3dtextlabel... - 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: How to make a 3dtextlabel... (/showthread.php?tid=274803)



How to make a 3dtextlabel... - Join7 - 07.08.2011

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


Re: How to make a 3dtextlabel... - Join7 - 07.08.2011

Idea?


Re: How to make a 3dtextlabel... - iPLEOMAX - 07.08.2011

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.


Re: How to make a 3dtextlabel... - rekatluos - 07.08.2011

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


Re: How to make a 3dtextlabel... - Join7 - 07.08.2011

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


Re: How to make a 3dtextlabel... - lyrics - 07.08.2011

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


Re: How to make a 3dtextlabel... - Join7 - 07.08.2011

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


Re: How to make a 3dtextlabel... - Kingunit - 07.08.2011

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


Re: How to make a 3dtextlabel... - lyrics - 07.08.2011

If you have error with that i will give you more examples


Re: How to make a 3dtextlabel... - iPLEOMAX - 07.08.2011

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