ShowMoney?
#1

I would like to show the moneys by pressing TAB and not the Scores...

NAME *SCORE HERE* PING HERE

I would like:

NAME *MONEY HERE* Ping...

Thanks
Reply
#2

new money;
GetPlayerMoney(playerid, money);
SetPlayerScore(playerid, money);

Reply
#3

@leo

You are receiving the info for the player's money, well, okay! But he wants, that it'll display when somebody pressed "TAB"!
Reply
#4

You can't edit the scoreboard.
Reply
#5

pawn Код:
public OnPlayerUpdate(playerid)
{
     new money;
     money = GetPlayerMoney(playerid);
     SetPlayerScore(playerid,money);
     return 1;
}
Basically, it will show ammount of money, but under "Score" line!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)