06.04.2013, 10:06
How to get that text font on screen ?

new Text:Welcome; // Variable // Put This Under OnGameModeInit Welcome = TextDrawCreate(188.000000, 263.199707, "Welcome To Los Santos"); TextDrawLetterSize(Welcome, 0.659499, 2.406400); TextDrawAlignment(Welcome, 1); TextDrawColor(Welcome, -1); TextDrawSetShadow(Welcome, 0); TextDrawSetOutline(Welcome, 1); TextDrawBackgroundColor(Welcome, 51); TextDrawFont(Welcome, 3); TextDrawSetProportional(Welcome, 1);
Here is an Example.
Код:
new Text:Welcome; // Variable // Put This Under OnGameModeInit Welcome = TextDrawCreate(188.000000, 263.199707, "Welcome To Los Santos"); TextDrawLetterSize(Welcome, 0.659499, 2.406400); TextDrawAlignment(Welcome, 1); TextDrawColor(Welcome, -1); TextDrawSetShadow(Welcome, 0); TextDrawSetOutline(Welcome, 1); TextDrawBackgroundColor(Welcome, 51); TextDrawFont(Welcome, 3); TextDrawSetProportional(Welcome, 1); |
I ask for fonts
![]() |