OnMoneyUpdate ? - 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)
+--- Thread: OnMoneyUpdate ? (
/showthread.php?tid=528856)
OnMoneyUpdate ? -
Champ - 30.07.2014
How to make it like if some one gets money or losses money. a textdraw is shown on the screen like :
-$200
+$1500.
Do you know. How to do this ?
Re: OnMoneyUpdate ? -
AlonzoTorres - 30.07.2014
Make a timer for a function that checks if the previous money is less or greater than before and then calculate the difference. Show the calculation using textdraws.
Re: OnMoneyUpdate ? -
caoraivoso3 - 30.07.2014
you use a custom made function? if you use a custom made you can put in that function what you want.
you should use the custom made because you can track the money and you know the guy doesnt cheat money.
Re: OnMoneyUpdate ? -
Champ - 30.07.2014
Ok thanks