30.07.2018, 08:59
Код:
GUI_HuongDan[playerid][0] = CreatePlayerTextDraw(playerid, 115.073242, 55.833335, "mdl-2001:main_interface"); PlayerTextDrawLetterSize(playerid, GUI_HuongDan[playerid][0], 0.000000, 0.000000); PlayerTextDrawTextSize(playerid, GUI_HuongDan[playerid][0], 512.000000, 349.000000); PlayerTextDrawAlignment(playerid, GUI_HuongDan[playerid][0], 1); PlayerTextDrawColor(playerid, GUI_HuongDan[playerid][0], -1); PlayerTextDrawSetShadow(playerid, GUI_HuongDan[playerid][0], 0); PlayerTextDrawSetOutline(playerid, GUI_HuongDan[playerid][0], 0); PlayerTextDrawBackgroundColor(playerid, GUI_HuongDan[playerid][0], 255); PlayerTextDrawFont(playerid, GUI_HuongDan[playerid][0], 4); PlayerTextDrawSetProportional(playerid, GUI_HuongDan[playerid][0], 0); PlayerTextDrawSetShadow(playerid, GUI_HuongDan[playerid][0], 0);
TextDrawShowForPlayer(playerid, GUI_HuongDan[0]); not work
Help me