Ulysses Stuff > Ulysses Release Archives
UTeam - Set teams based on usergroup.
MegaDrewb:
I also would like this checked. For some reason when i coded my custom groups the whole Uteam stopped working. Could someone tell me if the data file is wrong? Sorry this is one of the first times ive used this forum and have NO idea how to do the scroll through forum coding. If someone would tell me I would be happy to edit this post!
--- Quote from: MegaDrewb on July 05, 2009, 06:44:20 PM ---"Out"
{
"teams"
{
"1"
{
"name" "Owner"
"group" "owner"
"color"
{
"a' "255"
"B" "0"
"g" "255"
"r" "0"
}
}
"2"
{
"name" "SuperAdmins"
"group" "superadmin"
"armor" "1000"
"hp" "1000"
"color"
{
"a" "255"
"B" "85"
"g" "200"
"r" "0"
}
"plytable"
{
"1" "SprintSpeed:1000"
"2" "WalkSpeed:500"
}
}
"3"
{
"name" "Admins"
"group" "admin"
"armor" "500"
"hp" "500"
"color"
{
"a" "255"
"B" "50"
"g" "50"
"r" "255"
}
}
"4"
{
"name" "Moderators"
"group" "moderator"
"armor" "200"
"hp" "200"
"color"
{
"a" "255"
"B" "0"
"g" "200"
"r" "255"
}
}
"5"
{
"name" "Respected"
"group" "respected"
"armor" "100"
"color"
{
"a" "255"
"B" "255"
"g" "255"
"r" "255"
}
}
"6"
{
"name" "Players"
"group" "user"
"color"
{
"a" "255"
"B" "255"
"g" "100"
"r" "0"
}
"model" "male2"
}
}
"gamemodes"
{
"1" "Sandbox"
"2" "SpaceBuild"
}
}
--- End quote ---
JamminR:
Megadrewb, do you have the custom ULib groups called "owner", "moderator" and "respected" added by editing gmod/settings/users.txt or by adding them using ulx addgroup?
As for a better way of adding in that much text, use the
--- Code: ---code
--- End code ---
tag.
Zonic:
Having some problems with UTeam, hope you guys can help.
Server up. Blah. All good. I set myself to superadmin with rcon ulx commands. That works, have all my admin power and such. Health isn't set to the values defined in the default UTeam.txt though. No speed increase or anything either. Sui_scoreboard also shows everyone as "unassigned", including me. I don't see the problem, the script runs.. (I used "rcon lua_openscript autorun/UTeam.lua" in the console, no help)
What'd I do?
lavacano201014:
Is sui_scoreboard installed serverside? That might be an issue.
Zonic:
Of course it is. That's where I had to install it, right?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version