#️⃣Group ID

The basics to obtain your group ID.


  1. We will create a function that, when called, will be responsible for setting the null variable (GroupID).

function DefineGroupID()
    --#print("before: ", GroupID)
        exports["nelo-tablet"]:NeloDefineGroupID(function(groupID)
            GroupID = groupID -- att
            if GroupID then
                --#print("new value: ", GroupID)
            else
            -- no group
        end
    end)
end

Last updated