Text Fonts!
#1

How to get that text font on screen ?

Reply
#2

You can create it by using CreatePlayerTextDraw on player Spawn or Connect.You also need a TextDraw Editor.
Reply
#3

https://sampwiki.blast.hk/wiki/GameTextStyle#Text_Styles
Reply
#4

You mean, that is textdraw ? not like /announce
Reply
#5

Yes,Its a TextDraw so when you connect or spawn it shows the TextDraw.
Reply
#6

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);
Reply
#7

Quote:
Originally Posted by Xicor
Посмотреть сообщение
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 not textdraws! Anyways Thanks to all who reply.
Reply
#8

Quote:
Originally Posted by BodyBoardVEVO
Посмотреть сообщение
I ask for fonts not textdraws! Anyways Thanks to all who reply.
It's font 3. More information: TextDrawFont.
Reply
#9

It's Font 3 in Textdraws, called Pricedown. Used for the GTA 3 franchise.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)