local function ShowUsersTable() local Content = "
User | Groups | |
" .. i .. ". | " Content = Content .. "" .. UserName .. " | " Content = Content .. "" Content = Content .. UsersIni:GetValue( UserName, "Groups", "-" ) Content = Content .. " | " Content = Content .. "
None |
Name | Permissions | Color | |
" .. i .. ". | " Content = Content .. "" .. GroupName .. " | " Content = Content .. "" Content = Content .. GroupsIni:GetValue( GroupName, "Permissions", "-" ) Content = Content .. " | " Content = Content .. "" Content = Content .. GroupsIni:GetValue( GroupName, "Color", "-" ) Content = Content .. " | " Content = Content .. "
None |