Need little help with script - 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: Need little help with script (
/showthread.php?tid=463482)
Need little help with script -
bustern - 12.09.2013
My script is
PHP код:
new money = random(1000) , string[128];
GivePlayerMoney(playerid,money);
format(string, sizeof(string), " You found %s ",money);
SendClientMessage(playerid, COLOR_BLUE, string);
and i want to sendMSG (You found [MONEY]) , but doesnt work, it just shows, you found
Re: Need little help with script -
Misiur - 12.09.2013
Please use more descriptive titles in future.
pawn Код:
format(string, sizeof(string), " You found %d ",money);
https://sampwiki.blast.hk/wiki/Format