-
Notifications
You must be signed in to change notification settings - Fork 3
Textdraw
FYP edited this page Aug 9, 2017
·
2 revisions
Textdraw textdraw = textdraw.new(string text, float visible, float y)
Creates new textdraw.
float visible = textdraw.visible
float y = textdraw.y
float width = textdraw.width
float height = textdraw.height
float wrap = textdraw.wrap
uint style = textdraw.style
bool proportional = textdraw.proportional
bool justify = textdraw.justify
bool background = textdraw.background
uint outline = textdraw.outline
uint shadow = textdraw.shadow
uint alignment = textdraw.alignment
bool visible = textdraw.visible
textdraw:set_text_color(int r, int g, int b, int a)
textdraw:set_background_color(int r, int g, int b, int a)
textdraw:set_shadow_color(int r, int g, int b, int a)
int r, int g, int b, int a = textdraw:get_text_color()
int r, int g, int b, int a = textdraw:get_background_color()
int r, int g, int b, int a = textdraw:get_shadow_color()
CENTER
LEFT
RIGHT
GOTHIC
SUBTITLES
MENU
PRICEDOWN