How to make something like this....
#1

Hey , i wanna know how i can make a text draw like this

Reply
#2

At the top of your gamemode:

#define MenuName 1 <-- (ID)

Then, in your /command, or w/e:

pawn Код:
ShowPlayerDialog(playerid, MenuName, DIALOG_STYLE_MSGBOX, "Title", "Other Information\nInformation\nSomething", "Button 1", "Button 2");
\n = New line
Reply
#3

First of all, that's a dialog ( style: DIALOG_STYLE_MSGBOX ), not a TextDraw.Making that it's easy. Create your own string, and then add texts in it. Use \n to create new lines, and for the colours, {color here}. You can find the colors here: www.colorpicker.com.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)