How do i make players score represent their cash level? - 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: How do i make players score represent their cash level? (
/showthread.php?tid=493083)
How do i make players score represent their cash level? -
GrassHopper101 - 06.02.2014
I need to set a timer and make it setplayerscore to represent their amount of cash.
Re: How do i make players score represent their cash level? -
Face9000 - 06.02.2014
Something like this?
pawn Код:
SetPlayerScore(playerid, GetPlayerMoney(playerid));