04.03.2018, 18:25
i have a problem with textdraws
On my server is like that:
but i want like that:
Textdraw code:
On my server is like that:
but i want like that:
Textdraw code:
Код:
TutTD[playerid] = TextDrawCreate(272.988525, 334.250213, "~y~Tutorial"); TextDrawLetterSize(TutTD[playerid], 0.541347, 1.931667); TextDrawAlignment(TutTD[playerid], 1); TextDrawColor(TutTD[playerid], -1); TextDrawSetShadow(TutTD[playerid], 0); TextDrawSetOutline(TutTD[playerid], 1); TextDrawBackgroundColor(TutTD[playerid], 51); TextDrawFont(TutTD[playerid], 2); TextDrawSetProportional(TutTD[playerid], 1); TutStep[playerid] = TextDrawCreate(319.253082, 350.583312, "~w~Step ~r~1~w~/~r~2"); TextDrawLetterSize(TutStep[playerid], 0.489678, 1.756662); TextDrawAlignment(TutStep[playerid], 2); TextDrawColor(TutStep[playerid], -1); TextDrawSetShadow(TutStep[playerid], 0); TextDrawSetOutline(TutStep[playerid], 1); TextDrawBackgroundColor(TutStep[playerid], 51); TextDrawFont(TutStep[playerid], 2); TextDrawSetProportional(TutStep[playerid], 1);