26.02.2018, 00:15
Me ajudou mano obrigado, pode me dizer aonde adapito meu textdraw й a barra da progress
Barra da progress:
Textdraw:
Barra da progress:
Quote:
new Bar:bar = CreateProgressBar(515.00, 113.00, 76.50, 1.50, 46113791, 100.0); ShowProgressBarForAll(bar); |
Quote:
new Text:TDEditor_PTD[MAX_PLAYERS][1]; TDEditor_PTD[playerid][0] = CreatePlayerTextDraw(playerid, 519.375000, 100.166687, "LEVEL:_5_(5/10)"); PlayerTextDrawLetterSize(playerid, TDEditor_PTD[playerid][0], 0.196248, 0.981666); PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][0], 1); PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][0], -1); PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][0], 0); PlayerTextDrawSetOutline(playerid, TDEditor_PTD[playerid][0], 1); PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][0], 255); PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][0], 2); PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][0], 1); PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][0], 0); |