20.11.2017, 18:16
hey so I'm creating a textdraw that have an skin model id here is the code
but how could I change the skin model id even when I'm in game and how can I make it rotate, I'm using ipleomax textdraw editor.
PHP код:
Info10[playerid] = CreatePlayerTextDraw(playerid, 417.500000, 71.555557, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Info10[playerid], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, Info10[playerid], 63.750000, 91.259262);
PlayerTextDrawAlignment(playerid, Info10[playerid], 1);
PlayerTextDrawColor(playerid, Info10[playerid], -1);
PlayerTextDrawUseBox(playerid, Info10[playerid], true);
PlayerTextDrawBoxColor(playerid, Info10[playerid], 0);
PlayerTextDrawSetShadow(playerid, Info10[playerid], 0);
PlayerTextDrawSetOutline(playerid, Info10[playerid], 0);
PlayerTextDrawFont(playerid, Info10[playerid], 5);