21.04.2014, 19:33
i have made something for offline players to give them -pot,i mean you write the amount and it gives him -amount,i made:
and i get :
and dont worry i defined pot,what to do?
giving rep for all helpers
pawn Код:
new amount = strvalEx(tmp);
format(pot, sizeof(pot), "%s", dini_Get(targetname, "Pot"));
dini_IntSet(targetname, "Pot", pot-amount);
pawn Код:
error 033: array must be indexed (variable "pot")
giving rep for all helpers