CreateAdmGroup Function

Adds a new group. Name must be unique.

GroupId CreateAdmGroup(const char[] group_name)

Parameters

const char[] group_name

String containing the group name.

Return Value

A new group id, INVALID_GROUP_ID if it already exists.