Vennox 0 Posted November 2 (edited) Hi. so i want to display a value in the money section when you press 'ESC' I used the function setMoney and called it like this in a clientside script: Then in game, it will simply not appear. No errors or something like that Is there a way to display the money there? Note: I've made the debug. The functon IS CALLED but it just won t work Edited November 2 by Vennox Share this post Link to post Share on other sites
MrPancakers 109 Posted November 2 You don't use setMoney to do that mp.game.stats.statSetInt(mp.game.joaat('SP0_TOTAL_CASH'), money, true); if I remember correctly this will change that value Share this post Link to post Share on other sites
Vennox 0 Posted November 2 29 minutes ago, MrPancakers said: You don't use setMoney to do that mp.game.stats.statSetInt(mp.game.joaat('SP0_TOTAL_CASH'), money, true); if I remember correctly this will change that value It works perfecttly, thanks. Share this post Link to post Share on other sites