How is this thing called?
#1

Hey.

How these lines are called in information labelling? And is this possible to make something similar in SA-MP?




I hope you now what I mean
Reply
#2

You may try to play with rotation of thin long model rendered inside textdraw.
PHP код:
new Text:textdraw TextDrawCreate(320.0240.0"_");
TextDrawFont(textdrawTEXT_DRAW_FONT_MODEL_PREVIEW);
TextDrawUseBox(textdraw1);
TextDrawBoxColor(textdraw0x000000FF);
TextDrawTextSize(textdraw40.040.0);
TextDrawSetPreviewModel(textdraw1212); // Replace 1212 with something thin and long
TextDrawSetPreviewRot(textdraw, -10.00.0, -20.01.0); // Change these values to rotate model 
Some thin long models:
http://*******/7fd2q6 ("cane gun")
http://*******/h8s30a ("pool cue")

By the way, SA-MP can change rendered model color but in different way. I don't know is it possible to make models white, but I'm sure you can make them black.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)