XP system
#4

Quote:
Originally Posted by Miguelch1312
Посмотреть сообщение
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
I've made it as a TEXTDRAW, i'm using format for XP

like


Код:
format(xpbar, sizeof(xpbar), "0000%d", pInfo[playerid][pXP]
CreatePlayerTextDraw(playerid, 582.399719, 433.413482, xpbar);
Reply


Messages In This Thread
XP system - by div - 20.06.2018, 04:53
Re: XP system - by Miguelch1312 - 20.06.2018, 05:07
Re: XP system - by div - 20.06.2018, 05:28
Re: XP system - by div - 20.06.2018, 05:41
Re: XP system - by NaS - 20.06.2018, 05:43
Re: XP system - by div - 20.06.2018, 05:48
Re: XP system - by NaS - 20.06.2018, 05:52
Re: XP system - by div - 20.06.2018, 05:55
Re: XP system - by NaS - 20.06.2018, 06:15
Re: XP system - by div - 20.06.2018, 06:20

Forum Jump:


Users browsing this thread: 2 Guest(s)