Update player statistics in the textdraw
#10

Quote:
Originally Posted by Y_Less
View Post
No, I meant do this:

Code:
AddToMoneyStat(playerid, amount)
{
    PLAYER_MONEY[playerid] += amount; 
    UpdateHud(playerid);
}
Then call that function for any update. Don't mutate variables directly.
Well, that would do it when you increase the money to any player. But when you just want to update the level, the name of the clan or the exp as it would? By that I mean the commands of '/ setlevel, / clanname and / giveexp'
Reply


Messages In This Thread
Update player statistics in the textdraw - by N3mesiS - 11.02.2019, 00:13
Re: Update player statistics in the textdraw - by Pottus - 11.02.2019, 00:33
Re: Update player statistics in the textdraw - by N3mesiS - 11.02.2019, 00:46
Re: Update player statistics in the textdraw - by Pottus - 11.02.2019, 01:13
Re: Update player statistics in the textdraw - by N3mesiS - 11.02.2019, 11:50
Re: Update player statistics in the textdraw - by N3mesiS - 11.02.2019, 22:14
Re: Update player statistics in the textdraw - by SymonClash - 11.02.2019, 22:30
Re: Update player statistics in the textdraw - by Pottus - 11.02.2019, 22:31
Re: Update player statistics in the textdraw - by SymonClash - 12.02.2019, 20:18
Re: Update player statistics in the textdraw - by N3mesiS - 12.02.2019, 20:32

Forum Jump:


Users browsing this thread: 2 Guest(s)