08.11.2018, 19:14
Quote:
string size is already defined above with new string[128]; but you ignored my main problem and commented on something which is already working fine
|
pawn Код:
format(GroupInfo[db_get_field_int(Result)][gName], GroupInfo[db_get_field_int(Result)][gName], "%s", groupname);
If you still can't figure out the issue, here, have a couple of eye hints:
Код:
format(GroupInfo[db_get_field_int(Result)][gName], GroupInfo[db_get_field_int(Result)][gName], "%s", groupname);
Код:
format(GroupInfo[db_get_field_int(Result)][gName], sizeof groupname, "%s", groupname);