SA-MP Forums Archive
[HELP] Make the Score list count your money ammount? - 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: [HELP] Make the Score list count your money ammount? (/showthread.php?tid=87782)



[HELP] Make the Score list count your money ammount? - FreddeN - 22.07.2009

The title says it all
When you opens the score list, I want the scores to be your current money ammount.

Thanks


Re: [HELP] Make the Score list count your money ammount? - yezizhu - 22.07.2009

add in OnPlayerUpdate(playerid)
Code:
SetPlayerScore(playerid,GetPlayerMoney(playerid));



Re: [HELP] Make the Score list count your money ammount? - FreddeN - 22.07.2009

Quote:
Originally Posted by yezizhu
add in OnPlayerUpdate(playerid)
Code:
SetPlayerScore(playerid,GetPlayerMoney(playerid));
Thanks


Re: [HELP] Make the Score list count your money ammount? - yezizhu - 22.07.2009

It's my pleasure : )