17.01.2017, 11:15
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
money[playerid] = 1;
and now how to store string[128] instead of int ?
Money[MAX_PLAYERS][128];
money[playerid] = "text";
NOT WORKING