Помогите переделать один текстдрав с Pawn на Lua для примера
Вот код:
Дам плюсик. Заранее спасибо
Вот код:
Код:
fstd_p[playerid][1] = CreatePlayerTextDraw(playerid, 281.000000, 111.000000, "e");
PlayerTextDrawLetterSize(playerid, fstd_p[playerid][7], 1.020000, 2.200000);
PlayerTextDrawTextSize(playerid, fstd_p[playerid][7], 1280.000000, 1280.000000);
PlayerTextDrawAlignment(playerid, fstd_p[playerid][7], 0);
PlayerTextDrawColor(playerid, fstd_p[playerid][7], 0xFFFFFF70);
PlayerTextDrawUseBox(playerid, fstd_p[playerid][7], 0);
PlayerTextDrawBoxColor(playerid, fstd_p[playerid][7], 0x80808080);
PlayerTextDrawSetShadow(playerid, fstd_p[playerid][7], 1);
PlayerTextDrawSetOutline(playerid, fstd_p[playerid][7], 0);
PlayerTextDrawBackgroundColor(playerid, fstd_p[playerid][7], 0x000000FF);
PlayerTextDrawFont(playerid, fstd_p[playerid][7], 0);
PlayerTextDrawSetProportional(playerid, fstd_p[playerid][7], 1);
PlayerTextDrawSetSelectable(playerid, fstd_p[playerid][7], 0);