HELP ME
#1

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

You can't store money on string just use it as int
else do
new Money[10];
money = "4564";
Reply
#3

PHP код:
format(Money[playerid], 128"Text"); 
https://sampwiki.blast.hk/wiki/Format
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)