20.06.2018, 05:41
Quote:
Use PlayerTextDrawSetString If the string is numeric or something, if its a bar you've to play with the size.
https://sampwiki.blast.hk/wiki/PlayerTextDrawSetString If the wanted its with stars, can make some textdraws corresponding with the number of your wanted, Ex if its 6 make 6 texdraws, 1 with 1 star, another with 2, next with 3, and everything, then you use PlayerTextdrawShow according the wanted level, but if its numeric or a bar, do the same as the xp system https://sampwiki.blast.hk/wiki/PlayerTextDrawShow |
like
Код:
format(xpbar, sizeof(xpbar), "0000%d", pInfo[playerid][pXP] CreatePlayerTextDraw(playerid, 582.399719, 433.413482, xpbar);