SA-MP Forums Archive
start with money - 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: start with money (/showthread.php?tid=342279)



start with money - jake_peterson - 13.05.2012

hey i have a dm-server and want a script so everybody start with money (like $5000 or something). i have search after a script like that for a while now but cant find anything so..
if somebody could help me with making one or send me a link on where i can find one would it be nice

write here or send me a pm if you can help me with it


Re: start with money - Libra_PL - 13.05.2012

It's just giving 5000$ for a player. Put:

Код:
GivePlayerMoney(playerid,5000);
Under OnPlayerConnect.


Re: start with money - jake_peterson - 13.05.2012

thanks but if i want to send a message to the person that he had received $5000, what shall i write then?


Re: start with money - newbienoob - 13.05.2012

Under GivePlayerMoney(playerid,5000);
SendClientMessage(playerid,color,"Say whatever you want here");


Re: start with money - jake_peterson - 13.05.2012

thanks!!