Money in TAB?
#1

Is it possible to show the players money when you press TAB? because i only have:
Playerid,Playername,money,Score,Ping. :S can't find a way to get money in there.
Reply
#2

Use something like this:

Код:
public OnPlayerUpdate(playerid)
{
SetPlayerScore(playerid,GetPlayerMoney(playerid));
return 1;
}
Reply
#3

Thnx it works, is it to possible to change "Score" to "Money"?
Reply
#4

(AFAIK) You can't modify the TAB data, but the score value.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)