SA-MP Forums Archive
how to set starting cash - 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 to set starting cash (/showthread.php?tid=294825)



how to set starting cash - sk1ll3r - 03.11.2011

In satdm v9 u get 25000 $ if u register. But i want to set it to 5000000. Anyone help?


Re: how to set starting cash - [MG]Dimi - 03.11.2011

Find GivePlayerMoney(playerid,25000); and replace it with GivePlayerMoney(playerid,[your number here]);

Make sure it's under register callback or something


Re: how to set starting cash - sk1ll3r - 03.11.2011

It worked! Thanks.


Re: how to set starting cash - [MG]Dimi - 03.11.2011

No problem