05.10.2010, 09:31
Already so i'v been puzzled on this and really had no idea.
this is my code.
The give random money works perfectly fine, i just need it to say you're earnt %d
Thanks in advance
this is my code.
Код:
GivePlayerMoney(playerid,random(10000-5000)+5000); SendClientMessage(playerid, COLOR_GREEN, "You've Earnt $%d");
Thanks in advance