30.01.2014, 03:42
Here is my code i have no errors but In game I do the command and its in the wrong position
here is a picture http://prntscr.com/2nuewn
Can anyone help?
here is a picture http://prntscr.com/2nuewn
Can anyone help?
Код:
Textdraw0[playerid] = CreatePlayerTextDraw(playerid, 139.500000, 3.250000, "usebox"); PlayerTextDrawLetterSize(playerid, Textdraw1[playerid], 0.000000, 10.118519); PlayerTextDrawTextSize(playerid, Textdraw0[playerid], 100, 100); PlayerTextDrawAlignment(playerid, Textdraw0[playerid], 1); PlayerTextDrawColor(playerid, Textdraw0[playerid], 0); PlayerTextDrawUseBox(playerid, Textdraw0[playerid], true); PlayerTextDrawBoxColor(playerid, Textdraw0[playerid], 0x000000FF); PlayerTextDrawFont(playerid, Textdraw0[playerid],TEXT_DRAW_FONT_MODEL_PREVIEW); PlayerTextDrawSetSelectable(playerid, Textdraw0[playerid], true); PlayerTextDrawSetPreviewModel(playerid, Textdraw0[playerid], 404); PlayerTextDrawSetPreviewVehCol(playerid, Textdraw0[playerid], 128, 128); PlayerTextDrawSetPreviewRot(playerid, Textdraw0[playerid], -10.0, 0.0, -20.0, 1.0); PlayerTextDrawBackgroundColor(playerid, Textdraw0[playerid], COLOR_BLACK);