Groups

Discussion in 'Rust Development' started by DylanSMR, Jul 5, 2016.

  1. So quick question. Is there any way to get a list of groups that are currently available? And is there a way to call something when a group is created? For example:
    Code:
    void OnGroupCreated(string name)
    {
    Puts("A group was created with the name of: {name}");
    }