Closed godylector closed 2 years ago
Use Group_Command
foreach(new i : Group_Command(group))
{
printf("Group %d: /%s", group, Command_GetName(i));
}
Use
Group_Command
foreach(new i : Group_Command(group)) { printf("Group %d: /%s", group, Command_GetName(i)); }
result is 'constant symbol has no size'
I try using Group_Command(Group:....) but result is 'constant symbol has no size'