Money in TAB? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Money in TAB? (
/showthread.php?tid=275059)
Money in TAB? -
lennyboytje - 08.08.2011
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.
Re: Money in TAB? -
Libra_PL - 08.08.2011
Use something like this:
Код:
public OnPlayerUpdate(playerid)
{
SetPlayerScore(playerid,GetPlayerMoney(playerid));
return 1;
}
Re: Money in TAB? -
lennyboytje - 08.08.2011
Thnx it works, is it to possible to change "Score" to "Money"?
Re: Money in TAB? - [L3th4l] - 08.08.2011
(AFAIK) You can't modify the TAB data, but the score value.