03.03.2018, 19:24
I have a problem with textdraws well I'm making an inventory system and was trying to make a model for weapons just for test and I get it like this !
https://imgur.com/a/B5XxOd
and here's the code.
using TDEDITOR but added it myself.
https://imgur.com/a/B5XxOd
and here's the code.
using TDEDITOR but added it myself.
PHP код:
TDEditor_PTD[playerid][8] = CreatePlayerTextDraw(playerid, 270.500000, 141.583343, "~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~");
PlayerTextDrawLetterSize(playerid, TDEditor_PTD[playerid][8], 0.400000, 1.600000);
PlayerTextDrawTextSize(playerid, TDEditor_PTD[playerid][8], 46.000000, 45.639999);
PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][8], 1);
PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][8], -1);
PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][8], 0);
PlayerTextDrawSetOutline(playerid, TDEditor_PTD[playerid][8], 0);
PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][8], 96);
PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][8], 5);
PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][8], 1);
PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][8], 0);
PlayerTextDrawSetPreviewModel(playerid, TDEditor_PTD[playerid][8], 0);
PlayerTextDrawSetPreviewRot(playerid, TDEditor_PTD[playerid][8], 0.000000, 0.000000, 0.000000, 1.000000);