Hello,
Firstly, as always, many thanks for making such a great mod and having a team of dedicated guys like you really help keep the GMod community alive!
I have had ULX on my server for quite a while now, and have managed to grasp the basics.
Currently I have ULX and UTeam (alongside the SUI_Scoreboard) which are all super fantastic, but now I have started to make the server a bit better customised but I know i'm going about it all the wrong way.
My current setup is:
Groupwise there are Superadmin (me only), Admins, Senior Members, Members and Clients. This works fine.
The assigning of the user on the server is determined by the garrysmod/settings/users.txt file NOT how I would like it (I want it to be in the ULX one)
Uteam Basically is just assigning various things about each group.
Here are the files I have currently.
Garysmod/settings/users.txt
"Users"
{
"superadmin"
{
"R'-Wooly-" "STEAM_0:1:232773"
}
"admin"
{
"gaz" "STEAM_0:1:12736796"
"Firebeast" "STEAM_0:0:11108463"
"cassius" "STEAM_0:0:14803568"
}
"senior member"
{
"Scotty" "STEAM_0:0:12994494"
"Saheeb" "STEAM_0_1_6877696"
"R'-Fluro-" "STEAM_0:0:9981093"
}
"member"
{
"Sharpshooter" "STEAM_0:1:6705134"
"Fatso666" "STEAM_0:0:15074698"
"Thugboy31" "STEAM_0:1:11113000"
"Master Fen" "STEAM_0:1:14379017"
"Shooty" "STEAM_0_0_15602444"
}
}
My Garysmod/Data/UTeam.txt file
(The variables for speed / health havent seemed to work since I added group number 5 (user) (Which on the scoreboard is called client :S ??)
"Out"
{
"teams"
{
"1"
{
"name" "Superadmin"
"group" "superadmin"
"armor" "1000"
"hp" "1000"
"color"
{
"a" "255"
"B" "3"
"g" "156"
"r" "7"
}
"plytable"
{
"1" "SprintSpeed:1000"
"2" "WalkSpeed:500"
}
"model" "alyx"
}
}
"2"
{
"name" "Admins"
"group" "admin"
"armor" "500"
"hp" "500"
"color"
{
"a" "255"
"B" "0"
"g" "200"
"r" "255"
}
}
"3"
{
"name" "Senior Member"
"group" "senior member"
"armor" "200"
"hp" "200"
"color"
{
"a" "255"
"B" "238"
"g" "221"
"r" "68"
}
}
"4"
{
"name" "Member"
"group" "member"
"color"
{
"a" "255"
"B" "255"
"g" "0"
"r" "0"
}
"model" "breen"
}
"5"
{
"name" "user"
"group" "user"
"color"
{
"a" "255"
"B" "217"
"g" "51"
"r" "247"
}
"model" "mossman"
}
}
"gamemodes"
{
"1" "Sandbox"
"2" "SpaceBuild"
"3" "melonracer"
"4" "suicidebarrels"
}
}
Anyway after all that code what I would like to do is assign differnt abilites to differnt groups.
Super admin should be able to do anything.
Admins need to be able to do most things (Can they get access to the !adminmenu ?? as they cant currently change any of these values)
Senior members need to be able to kick / ban / ragdoll
members need to be able to !votekick
user doesnt need any abilities.
Is there also a way to limit certain stools to admins / senior members? This would be SO helpful!
If anyone could spend some time with me to answer ANY of these questions the help would be much appreciated!
If you need any more information or anything at all dont hesitate to ask for it.
Once again I can't thank anyone enough for their help.
Wooly
One other thing I would love to know is there anyway I can add a person to a group ingame?