20.04.2014, 12:01
Привет всем. У меня проблема.
Не отображаются правильно текстдравы. Задумка такая. Показывает сколько патронов.
Вот код самого TextDraw
Все отображается только место цифр показывает вот такое
В чём дело?
Не отображаются правильно текстдравы. Задумка такая. Показывает сколько патронов.
PHP код:
GunPatr[playerid][0] = CreatePlayerTextDraw(playerid, 339.000000, 397.599914, Player[playerid][Ammo0]);
PlayerTextDrawLetterSize(playerid, GunPatr[playerid][0], 0.449999, 1.600000);
PlayerTextDrawAlignment(playerid, GunPatr[playerid][0], 1);
PlayerTextDrawColor(playerid, GunPatr[playerid][0], -1);
PlayerTextDrawSetShadow(playerid, GunPatr[playerid][0], 0);
PlayerTextDrawSetOutline(playerid, GunPatr[playerid][0], 1);
PlayerTextDrawBackgroundColor(playerid, GunPatr[playerid][0], 51);
PlayerTextDrawFont(playerid, GunPatr[playerid][0], 1);
PlayerTextDrawSetProportional(playerid, GunPatr[playerid][0], 1);
PlayerTextDrawSetSelectable(playerid, GunPatr[playerid][0], true);
Все отображается только место цифр показывает вот такое
В чём дело?