12.09.2013, 09:10
My script is
and i want to sendMSG (You found [MONEY]) , but doesnt work, it just shows, you found
PHP код:
new money = random(1000) , string[128];
GivePlayerMoney(playerid,money);
format(string, sizeof(string), " You found %s ",money);
SendClientMessage(playerid, COLOR_BLUE, string);
