19.06.2016, 04:05
Quote:
If you mean to make it like that
PHP код:
error 029: invalid expression, assumed zero error 017: undefined symbol "GetPlayerPoolSize" warning 204: symbol is assigned a value that is never used: "i" error 017: undefined symbol "i" |
Here is the fixed code:
PHP код:
for(new i = 0, j = GetPlayerPoolSize(); i<j; i++) INI_ParseFile(UserPath(i), "LoadUser_%s", .bExtra = true, .extra = i);
return 1;
}