HELP ME - 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: HELP ME (
/showthread.php?tid=626570)
HELP ME -
fastayko - 17.01.2017
Money[MAX_PLAYERS];
money[playerid] = 1;
and now how to store string[128] instead of int ?
Money[MAX_PLAYERS][128];
money[playerid] = "text";
NOT WORKING
Re: HELP ME -
Yaa - 17.01.2017
You can't store money on string just use it as int
else do
new Money[10];
money = "4564";
Re: HELP ME -
oMa37 - 17.01.2017
PHP код:
format(Money[playerid], 128, "Text");
https://sampwiki.blast.hk/wiki/Format