pawn-lang / YSI-Includes

Just the YSI include files, none of the extra stuff.
211 stars 106 forks source link

[5.x] How i can get group commands? #597

Closed godylector closed 2 years ago

godylector commented 2 years ago

I try using Group_Command(Group:....) but result is 'constant symbol has no size'

xunder-matth commented 2 years ago

Use Group_Command

foreach(new i : Group_Command(group))
{
    printf("Group %d: /%s", group, Command_GetName(i));
}
godylector commented 2 years ago

Use Group_Command

foreach(new i : Group_Command(group))
{
    printf("Group %d: /%s", group, Command_GetName(i));
}

image result is 'constant symbol has no size'