Ulysses Stuff > Ulysses Release Archives
UTeam - Set teams based on usergroup.
RynO-SauruS:
Thanks. ;)
hypermx:
Hey guys at Ulysses.
I have a problem that it just says unassigned when i am on my server.
Uteam.txt:
--- Code: ---"Out"
{
"teams"
{
"1"
"name" "ServerOwner"
"group" "serverowner"
"color"
{
"r" "0"
"g" "0"
"b" "0"
"a" "200"
}
"hp" "1337"
"armor" "1337"
"model" "combine"
}
"2"
{
"name" "SuperAdmin"
"group" "superadmin"
"color"
{
"r" "203"
"g" "0"
"b" "0"
"a" "255"
}
"hp" "700"
"armor" "700"
"model" "police"
}
"3"
{
"name" "Admin"
"group" "admin"
"color"
{
"r" "0"
"g" "148"
"b" "189"
"a" "255"
}
"hp" "500"
"armor" "500"
"model" "prison"
}
"4"
{
"name" "RegularPlayer"
"group" "rplayer"
"color"
{
"r" "64"
"g" "173"
"b" "38"
"a" "255"
}
"hp" "200"
"armor" "200"
"model" "gman"
}
"5"
{
"name" "Guest"
"group" "guest"
"color"
{
"r" "0"
"g" "203"
"b" "0"
"a" "255"
}
"hp" "100"
"armor" "100"
"model" "kleiner"
}
}
"gamemodes"
{
"1" "Sandbox"
}
}
--- End code ---
and my groups.txt
--- Code: ---"serverowner"
{
"deny"
{
}
"allow"
{
}
"inherit_from"
{
"superadmin"
}
}
"superadmin"
{
"deny"
{
}
"allow"
{
"ulx hiddenecho"
"ulx rcon"
"ulx luarun"
"ulx cexec"
"ulx ent"
"ulx adduser"
"ulx adduserid"
"ulx removeuser"
"ulx userallow"
"ulx userdeny"
"ulx addgroup"
"ulx removegroup"
"ulx groupallow"
"ulx groupdeny"
"overcomeimmunity"
}
"inherit_from"
{
"admin"
}
}
"admin"
{
"deny"
{
}
"allow"
{
"ulib_passtime"
"ulib_passtimeout"
"ulx spawnecho"
"ulx tsay"
"ulx csay"
"ulx gimp"
"ulx mute"
"ulx ungimp"
"ulx unmute"
"ulx gag"
"ulx ungag"
"ulx chattime"
"ulx welcomemessage"
"ulx slap"
"ulx whip"
"ulx slay"
"ulx sslay"
"ulx ignite"
"ulx unignite"
"ulx playsound"
"ulx freeze"
"ulx unfreeze"
"ulx god"
"ulx ungod"
"ulx noclip"
"ulx hp"
"ulx armor"
"ulx cloak"
"ulx uncloak"
"ulx blind"
"ulx unblind"
"ulx jail"
"ulx unjail"
"ulx ghost"
"ulx unghost"
"ulx ragdoll"
"ulx unragdoll"
"ulx maul"
"ulx strip"
"ulx adminmenu"
"ulx clientmenu"
"ulx mapsmenu"
"ulx showmotd"
"ulx banmenu"
"ulx exec"
"ulx rslotsmode"
"ulx rslots"
"ulx rslotsvisible"
"ulx reservedslots"
"ulx bring"
"ulx goto"
"ulx send"
"ulx teleport"
"ulx tooldeny"
"ulx toolallow"
"ulx tooldenyuser"
"ulx toolallowuser"
"ulx tooldenyoverride"
"ulx map"
"ulx kick"
"ulx ban"
"ulx banid"
"ulx unban"
"ulx spectate"
"ulx physgunplayer"
"ulx vote"
"ulx votemap2"
"ulx votekick"
"ulx voteban"
"ulx veto"
}
"inherit_from"
{
"operator"
}
}
"rplayer"
{
"deny"
}
{
"allow"
{
"ulx votekick"
"ulx voteban"
}
"inherit_from"
{
"user"
}
}
"user"
{
"deny"
{
}
"allow"
{
"ulx"
"ulx help"
"ulx psay"
"ulx asay"
"ulx thetime"
"ulx menu"
"ulx_valueupdate"
"ulx_cvar"
"ulx_getgamemodes"
"ulx motd"
"ulx_getbans"
"ulx usermanagementhelp"
"ulx who"
"ulx votemap"
}
"inherit_from"
{
}
}
"none"
{
"deny"
{
}
"allow"
{
"ulx logecho"
"ulx logfile"
"ulx logevents"
"ulx logchat"
"ulx logspawns"
"ulx logspawnsecho"
"ulx logdir"
"ulx addgimpsay"
"ulx addadvert"
"ulx addcsayadvert"
"ulx addforceddownload"
"ulx debuginfo"
"ulx voteecho"
"ulx votemap2successratio"
"ulx votemap2minvotes"
"ulx votekicksuccessratio"
"ulx votekickminvotes"
"ulx votebansuccessratio"
"ulx votebanminvotes"
"ulx votemapenabled"
"ulx votemapmintime"
"ulx votemapwaittime"
"ulx votemapsuccessratio"
"ulx votemapminvotes"
"ulx votemapvetotime"
"ulx votemapmapmode"
"ulx votemapaddmap"
}
"inherit_from"
{
}
}
"operator"
{
"deny"
{
}
"allow"
{
"ulx seeasay"
}
"inherit_from"
{
}
}
--- End code ---
I hope you guys/girls ( :p ) can fix this, cause i can't. :/
EDIT1: FIXED :D - were missing a { in 1 admin group :)
JamminR:
--- Quote from: hypermx on December 26, 2008, 03:05:35 PM ---Hey guys at Ulysses.
I have a problem that it just says unassigned when i am on my server.
--- Code: --- }
} //<------------------------------ THiS one
"gamemodes"
{
"1" "Sandbox"
}
}
--- End code ---
--- End quote ---
I didn't check anything else, but you have one extra closing bracket that isn't needed above gamemodes.
Get rid of that. Restart. Try again. If that doesn't help, make sure no other brackets or quotes are added or missing within both files.
DiscoBiscuit:
The addon works fine, but the Uteams.txt is REALLY picky.
I had to edit like 6 of my friends files for them :P
fabendog:
Hey i got uteam not to long ago... But I have all my coding and yadayada right. On the scoreboard it shows what ranks people are. but the peoples names when they type is invisible.. any ideas?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version