11.10.2017, 14:24
Name is a string variable, which contains characters, you have to set it's lenght.
Make sure that you change the "Name" lenght (12) in the loading query.
Код:
enum Data { ID, Name[32] }; new GroupInfo[Amount_of_groups][Data];
Код:
cache_get_field_content(i, "Name", GroupInfo[i][Name], mysql, 32);