Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Всем привет как вам

Июн
18
0
Пользователь
2.6. Весь код необходимо брать под тег "Код".
//Global TextDraws:
Pawn:
new Text:TDEditor_TD[2];

TDEditor_TD[0] = TextDrawCreate(535.506103, 1.000031, "SAPPHIRE");
TextDrawLetterSize(TDEditor_TD[0], 0.400000, 1.600000);
TextDrawAlignment(TDEditor_TD[0], 1);
TextDrawColor(TDEditor_TD[0], -16776961);
TextDrawSetShadow(TDEditor_TD[0], 1);
TextDrawSetOutline(TDEditor_TD[0], 0);
TextDrawBackgroundColor(TDEditor_TD[0], -1061109505);
TextDrawFont(TDEditor_TD[0], 1);
TextDrawSetProportional(TDEditor_TD[0], 1);
TextDrawSetShadow(TDEditor_TD[0], 1);
TextDrawSetSelectable(TDEditor_TD[0], true);


TDEditor_TD[1] = TextDrawCreate(559.399414, 12.083347, "RolePlay");
TextDrawLetterSize(TDEditor_TD[1], 0.400000, 1.600000);
TextDrawAlignment(TDEditor_TD[1], 1);
TextDrawColor(TDEditor_TD[1], -1);
TextDrawSetShadow(TDEditor_TD[1], 1);
TextDrawSetOutline(TDEditor_TD[1], 0);
TextDrawBackgroundColor(TDEditor_TD[1], -1378294017);
TextDrawFont(TDEditor_TD[1], 1);
TextDrawSetProportional(TDEditor_TD[1], 1);
TextDrawSetShadow(TDEditor_TD[1], 1);
//Total textdraws exported: 2 (2 global textdraws / 0 player textdraws) ~ 25/6/2025 ~ 21:27:49
TDEditor V1.17 BY ADRI1
 
Последнее редактирование модератором:
Сверху