start with money
#1

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
Reply
#2

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

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

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

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

thanks!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)