04.08.2016, 16:09
(
Последний раз редактировалось TheBigFive; 04.08.2016 в 16:43.
)
Quote:
|
Код:
PlayerTextDrawSetString(playerid,MSGTextdraw[playerid][0],msg); Edit: What you wanna hide the textdraw after 3s? |
Tried fixing it, but this weird thing shows up:
Код:
PlayerTextDrawLetterSize(playerid, MSGTextdraw[playerid][0], 0.400000, 1.600000); PlayerTextDrawAlignment(playerid, MSGTextdraw[playerid][0], 2); PlayerTextDrawColor(playerid, MSGTextdraw[playerid][0], -1); PlayerTextDrawSetShadow(playerid, MSGTextdraw[playerid][0], 0); PlayerTextDrawSetOutline(playerid, MSGTextdraw[playerid][0], 0); PlayerTextDrawBackgroundColor(playerid, MSGTextdraw[playerid][0], 255); PlayerTextDrawFont(playerid, MSGTextdraw[playerid][0], 1); PlayerTextDrawSetProportional(playerid, MSGTextdraw[playerid][0], 1); PlayerTextDrawSetShadow(playerid, MSGTextdraw[playerid][0], 0);


