TextDrawSetShadow

From SA-MP Wiki

Jump to: navigation, search

TextDrawSetShadow


Adds a shadow to the lower right side of the text. The shadow font matches the text font. The shadow can be cut by the box area if the size is set too big for the area.


Parameters:
(Text:text, size)
textThe textdraw to change the shadow of
sizeThe size of the shadow


This function does not return a specific value.


MyTextDraw = TextDrawCreate(100.0, 33.0,"Example TextDraw");
TextDrawSetShadow(MyTextDraw,1);

Related Functions

The following functions might be useful as well, as they're related to this function in one way or another.


Personal tools