Right, here is another problem to add to the pile...
Anyway, I have 6 usergroups in my server, each with different privilages and things, after setting it all up and testing it now I have found that some of them arn't working.
For instance the usergroup "regular" is suppost to be able to get noclip, which dosn't work as it returns a "Do not have access" error.
Its probably a simple mingebag-esque mistake but I can't for the life of me see whats wrong.
This is my groups.txt
"Out"
{
"superadmin"
{
}
"admin"
{
"allow"
{
"1" "ulx adminmenu"
"2" "ulx ban"
"3" "ulx blind"
"4" "ulx bring"
"5" "ulx clientmenu"
"6" "ulx cloak"
"7" "ulx csay"
"8" "ulx ent"
"9 "ulx exec"
"10" "ulx freeze"
"11" "ulx ghost"
"12" "ulx gimp"
"13" "ulx god"
"14" "ulx goto"
"15" "ulx hp"
"16" "ulx ignite"
"17" "ulx jail"
"18" "ulx kick"
"19" "ulx map"
"20" "ulx mapsmenu"
"21" "ulx mute"
"22" "ulx noclip"
"23" "ulx playsound"
"24" "ulx ragdoll"
"25" "ulx rcon"
"26" "ulx slap"
"27" "ulx slay"
"28" "ulx spectate"
"29" "ulx sslay"
"30" "ulx teleport"
"31" "ulx toolallow"
"32" "ulx toolallowuser"
"33" "ulx tooldeny"
"34" "ulx tooldenyuser"
"35" "ulx tsay"
"36" "ulx unblind"
"37" "ulx uncloak"
"38" "ulx unfreeze"
"39" "ulx unghost"
"40" "ulx ungimp"
"41" "ulx ungod"
"42" "ulx unjail"
"43" "ulx unmute"
"44" "ulx unragdoll"
"45" "ulx userallow"
"46" "ulx userdeny"
"47" "ulx veto"
"48" "ulx vote"
"49" "ulx voteban"
"50" "ulx votekick"
"51" "ulx votemap2"
"52" "ulx whip"
}
}
"moderator"
{
"allow"
{
"1" "ulx kick"
"2" "ulx noclip"
"3" "ulx ban"
"4" "ulx god"
"5" "ulx ungod"
"6" "ulx help"
"7" "ulx mute"
"8" "ulx unmute"
"9" "ulx psay"
"10" "ulx slap"
"11" "ulx spectate"
"12" "ulx teleport"
"13" "ulx tsay"
"14" "ulx veto"
"15" "ulx vote"
"16" "ulx votekick"
"17" "ulx voteban"
}
}
"donator"
{
"allow"
{
"1" "ulx noclip"
"2" "ulx votekick"
"3" "ulx voteban"
"4" "ulx spectate"
}
}
"regular"
{
"allow"
{
"1" "ulx noclip"
"2" "ulx votekick"
}
}
"user"
{
"deny"
{
"1" "ulx noclip"
}
}
}
This is my users.txt
"Out"
{
"Francis 'Phobia' Barrels"
{
"type" "steamid"
"groups"
{
"1" "regular"
}
"id" "STEAM_0:1:10722326"
}
}
And if its useful here is my uteams.txt file as well
"Out"
{
"teams"
{
"1"
{
"name" "Server Owner"
"group" "superadmin"
"color"
{
"a" "255"
"B" "250"
"g" "0"
"r" "150"
}
}
"2"
{
"name" "Admin"
"group" "admin"
"color"
{
"a" "255"
"B" "50"
"g" "50"
"r" "255"
}
}
"3"
{
"name" "Moderator"
"group" "moderator"
"color"
{
"a" "255"
"B" "0"
"g" "140"
"r" "250"
}
"weapons"
{
"1" "weapon_physgun"
"2" "gmod_tool"
"3" "gmod_camera"
"4" "weapon_physcannon"
}
}
"4"
{
"name" "Donator"
"group" "donator"
"color"
{
"a" "255"
"B" "0"
"g" "240"
"r" "250"
}
"weapons"
{
"1" "weapon_physgun"
"2" "gmod_tool"
"3" "gmod_camera"
"4" "weapon_physcannon"
}
}
"5"
{
"name" "Regular"
"group" "regular"
"color"
{
"a" "255"
"B" "0"
"g" "210"
"r" "0"
}
"weapons"
{
"1" "weapon_physgun"
"2" "gmod_tool"
"3" "gmod_camera"
"4" "weapon_physcannon"
}
}
"6"
{
"name" "Visitor"
"group" "user"
"color"
{
"a" "255"
"B" "240"
"g" "198"
"r" "0"
}
"weapons"
{
"1" "weapon_physgun"
"2" "gmod_tool"
"3" "gmod_camera"
"4" "weapon_physcannon"
}
}
}
"gamemodes"
{
"1" "Sandbox"
"2" "SpaceBuild"
}
}