01.10.2015, 01:51
Quote:
You can do this:
PHP код:
|
FactionInfo[facid][facname] = name;
Idk work with strings
I try your codes \/
Код:
strcat(name, FactionInfo[facid][facname], sizeof(name));
Код:
warning 224: indeterminate array size in "sizeof" expression (symbol "")
Код:
format(name,sizeof(name),FactionInfo[facid][facname]);
Код:
warning 224: indeterminate array size in "sizeof" expression (symbol "")