03.02.2016, 16:51
Quote:
where do you get the first error "error 033: array must be indexed (variable "str") "? copy the line and paste it here
|
Код:
CMD:setint(playerid,params[]){ new id, a, str[128]; if(sscanf(params,"us[128]i",id,String,a)) return MSG(playerid,C_RED,"/Set [ID] [Database] [Amount]"); format(DB[id][str], 128, String); return 1;}