29.08.2016, 22:02
Hello,
I tried to do it like this:
Error:
29243) : error 029: invalid expression, assumed zero
(29243) : error 022: must be lvalue (non-constant)
Line:
Can you guys help me with this...?
I tried to do it like this:
Код:
new file[64];
new string[128];
format(file, sizeof(file), "users/%s.ini", inputtext);
if(response)
{
dini_IntSet(file, "points", ++);
}
29243) : error 029: invalid expression, assumed zero
(29243) : error 022: must be lvalue (non-constant)
Line:
Код:
(29243)dini_IntSet(file, "points", ++);



Thanks bro..