• Print

Author Topic: UTeam + groups problem  (Read 4097 times)

0 Members and 1 Guest are viewing this topic.

Offline Son4

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
UTeam + groups problem
« on: September 04, 2009, 11:08:38 am »
Heya,

Ive had a problem with the uteam and groups txt files.
I have tried to edit them to the way i would like it but each time i edit them I restart my server and bam in scoreboard im in team "Unassigned" I have tried to add myself as a superadmin and killed my self and rejoining and stuff but wont work. Here is my Uteam and groups:

so UTeam:
 
Code: Lua
  1. "Out"
  2. {
  3.         "teams"
  4.         {
  5.                 "1"
  6.                 {
  7.                         "name"  "Server Owner"
  8.                         "group" "owner"
  9.                         "armor" "7000"
  10.                         "hp"    "7000"
  11.                         "colour"
  12.                         {
  13.                                 "a"             "255"
  14.                                 "B"             "85"
  15.                                 "g"     "300"
  16.                                 "r"             "0"
  17.                         }
  18.                         "plytable"
  19.                         {
  20.                                 "1"             "SprintSpeed:1000"
  21.                                 "2"             "WalkSpeed:500"
  22.                         }
  23.                        
  24.                                
  25.                 }
  26.                 "2"
  27.                 {
  28.                         "name"          "Superadmin"
  29.                         "group"         "superadmin"
  30.                         "armor"         "2000"
  31.                         "hp"            "2000"
  32.                         "color"
  33.                         {
  34.                                 "a"             "255"
  35.                                 "B"             "85"
  36.                                 "g"             "200"
  37.                                 "r"             "0"
  38.                         }
  39.                         "plytable"
  40.                         {
  41.                                 "1"             "SprintSpeed:1000"
  42.                                 "2"             "WalkSpeed:500"
  43.                         }
  44.                 }
  45.                 "3"
  46.                 {
  47.                         "name"          "Admin"
  48.                         "group"         "admin"
  49.                         "armor"         "500"
  50.                         "hp"            "500"
  51.                         "color"
  52.                         {
  53.                                 "a"             "255"
  54.                                 "B"             "50"
  55.                                 "g"             "50"
  56.                                 "r"             "255"
  57.                         }
  58.                 }
  59.                 "4"
  60.                 {
  61.                         "name"          "Basic Admin"
  62.                         "group"         "basicadmin"
  63.                         "armor"         "400"
  64.                         "hp"            "400"
  65.                         "colour"
  66.                         {
  67.                                 "a"             "255"
  68.                                 "B"             "255"
  69.                             "g"         "50"
  70.                                 "r"             "255"
  71.                         }
  72.                 }
  73.                 "5"
  74.                 {
  75.                         "name"          "Moderator"
  76.                         "group"         "mod"
  77.                         "armor"         "300"
  78.                         "hp"            "300"
  79.                         "colour"
  80.                         {
  81.                                 "a"             "255"
  82.                                 "B"             "50"
  83.                                 "g"             "255"
  84.                                 "r"             "255"
  85.                         }
  86.                 }
  87.                 "6"
  88.                 {
  89.                         "name"          "1337"
  90.                         "group"         "1337"
  91.                         "armor"         "1337"
  92.                         "hp"            "1337"
  93.                         "colour"
  94.                         {
  95.                                 "a"             "255"
  96.                                 "B"             "255"
  97.                                 "g"             "255"
  98.                                 "r"             "50"
  99.                     }
  100.                 }
  101.                 "7"
  102.                 {
  103.                         "name"          "Respected"
  104.                         "group"         "respected"
  105.                         "armor"         "200"
  106.                         "hp"            "200"
  107.                         "color"
  108.                         {
  109.                                 "a"             "255"
  110.                                 "B"             "255"
  111.                                 "g"             "255"
  112.                                 "r"             "0"
  113.                         }
  114.                 }
  115.                 "8"
  116.             {
  117.                         "name"          "Mingebag"
  118.                         "group"         "mingebag"
  119.                         "color"
  120.                         {
  121.                                 "a"             "255"
  122.                                 "B"             "255"
  123.                                 "g"             "100"
  124.                                 "r"             "0"
  125.                         }
  126.                         "model"         "kleiner"
  127.                         }
  128.                        
  129.                 {
  130.                         "name"          "Player"
  131.                         "group"         "user"
  132.                         "armor"         "300"
  133.                         "hp"            "300"
  134.                         "color"
  135.                         {
  136.                                 "a"             "255"
  137.                                 "B"             "255"
  138.                                 "g"             "255"
  139.                                 "r"             "255"
  140.                         }
  141.                         "model"         "male1"
  142.                 }
  143.                
  144.         }
  145.         "gamemodes"
  146.         {
  147.                 "1"             "Sandbox"
  148.                 "2"             "SpaceBuild"
  149.         }
  150. }
  151.  

and groups

Code: Lua
  1. "respected"
  2. {
  3.         "deny"
  4.         {
  5.         }
  6.         "allow"
  7.         {
  8.                 "ulx teleport"
  9.                 "ulx god"
  10.                 "ulx ungod"
  11.         }
  12.         "inherit_from"
  13.         {
  14.         }
  15. }
  16.  
  17. "basicadmin"
  18. {
  19.         "deny"
  20.         {
  21.         }
  22.         "allow"
  23.         {
  24.                 "ulx ignite"
  25.                 "ulx unignite"
  26.                 "ulx slap"
  27.                 "ulx whip"
  28.                 "ulx kick"
  29.                 "ulx ban"
  30.                 "ulx gag"
  31.                 "ulx ungag"
  32.                 "ulx mute"
  33.                 "ulx unmute"
  34.                 "ulx gimp"
  35.                 "ulx ungimp"
  36.                 "ulx slay"
  37.                 "ulx sslay"
  38.                 "ulx cloak"
  39.                 "ulx uncloak"
  40.                 "ulx blind"
  41.                 "ulx unblind"
  42.                 "ulx jail"
  43.                 "ulx unjail"
  44.                 "ulx strip"
  45.                 "ulx goto"
  46.                 "ulx teleport"
  47.                 "ulx bring"
  48.         }
  49.         "inherit_from"
  50.         {
  51.         }
  52. }
  53.  
  54. "1337"
  55. {
  56.         "deny"
  57.         {
  58.         }
  59.         "allow"
  60.         {
  61.                 "ulx goto"
  62.                 "ulx slap"
  63.                 "ulx teleport"
  64.                 "ulx god"
  65.         }
  66.         "inherit_from"
  67.         {
  68.         }
  69. }
  70.  
  71. "mod"
  72. {
  73.         "deny"
  74.         {
  75.         }
  76.         "allow"
  77.         {
  78.                 "ulx goto"
  79.                 "ulx teleport"
  80.                 "ulx kick"
  81.                 "ulx god"
  82.                 "ulx slap"
  83.                 "ulx whip"
  84.         }
  85.         "inherit_from"
  86.         {
  87.         }
  88. }
  89.                
  90. "owner"
  91. {
  92.         "deny"
  93.         {
  94.         }
  95.         "allow"
  96.         {
  97.         "ulx hiddenecho"
  98.                 "ulx rcon"
  99.                 "ulx luarun"
  100.                 "ulx cexec"
  101.                 "ulx ent"
  102.                 "ulx adduser"
  103.                 "ulx adduserid"
  104.                 "ulx removeuser"
  105.                 "ulx userallow"
  106.                 "ulx userdeny"
  107.                 "ulx addgroup"
  108.                 "ulx removegroup"
  109.                 "ulx groupallow"
  110.                 "ulx groupdeny"
  111.                 "overcomeimmunity"
  112.         }
  113.         "inherit_from"
  114.         {
  115.                 "admin"
  116.         }
  117. }
  118.  
  119.  
  120. "superadmin"   
  121. {
  122.         "deny" 
  123.         {
  124.         }
  125.         "allow"
  126.         {
  127.                 "ulx hiddenecho"
  128.                 "ulx rcon"
  129.                 "ulx luarun"
  130.                 "ulx cexec"
  131.                 "ulx ent"
  132.                 "ulx adduser"
  133.                 "ulx adduserid"
  134.                 "ulx removeuser"
  135.                 "ulx userallow"
  136.                 "ulx userdeny"
  137.                 "ulx addgroup"
  138.                 "ulx removegroup"
  139.                 "ulx groupallow"
  140.                 "ulx groupdeny"
  141.                 "overcomeimmunity"
  142.         }
  143.         "inherit_from" 
  144.         {
  145.                 "admin"
  146.         }
  147. }
  148. "admin"
  149. {
  150.         "deny" 
  151.         {
  152.         }
  153.         "allow"
  154.         {
  155.                 "ulib_passtime"
  156.                 "ulib_passtimeout"
  157.                 "ulx spawnecho"
  158.                 "ulx tsay"
  159.                 "ulx csay"
  160.                 "ulx gimp"
  161.                 "ulx mute"
  162.                 "ulx ungimp"
  163.                 "ulx unmute"
  164.                 "ulx gag"
  165.                 "ulx ungag"
  166.                 "ulx chattime"
  167.                 "ulx welcomemessage"
  168.                 "ulx slap"
  169.                 "ulx whip"
  170.                 "ulx slay"
  171.                 "ulx sslay"
  172.                 "ulx ignite"
  173.                 "ulx unignite"
  174.                 "ulx playsound"
  175.                 "ulx freeze"
  176.                 "ulx unfreeze"
  177.                 "ulx god"
  178.                 "ulx ungod"
  179.                 "ulx noclip"
  180.                 "ulx hp"
  181.                 "ulx armor"
  182.                 "ulx cloak"
  183.                 "ulx uncloak"
  184.                 "ulx blind"
  185.                 "ulx unblind"
  186.                 "ulx jail"
  187.                 "ulx unjail"
  188.                 "ulx ghost"
  189.                 "ulx unghost"
  190.                 "ulx ragdoll"
  191.                 "ulx unragdoll"
  192.                 "ulx maul"
  193.                 "ulx strip"
  194.                 "ulx adminmenu"
  195.                 "ulx clientmenu"
  196.                 "ulx mapsmenu"
  197.                 "ulx showmotd"
  198.                 "ulx banmenu"
  199.                 "ulx exec"
  200.                 "ulx rslotsmode"
  201.                 "ulx rslots"
  202.                 "ulx rslotsvisible"
  203.                 "ulx reservedslots"
  204.                 "ulx bring"
  205.                 "ulx goto"
  206.                 "ulx send"
  207.                 "ulx teleport"
  208.                 "ulx tooldeny"
  209.                 "ulx toolallow"
  210.                 "ulx tooldenyuser"
  211.                 "ulx toolallowuser"
  212.                 "ulx tooldenyoverride"
  213.                 "ulx map"
  214.                 "ulx kick"
  215.                 "ulx ban"
  216.                 "ulx banid"
  217.                 "ulx unban"
  218.                 "ulx spectate"
  219.                 "ulx physgunplayer"
  220.                 "ulx vote"
  221.                 "ulx votemap2"
  222.                 "ulx votekick"
  223.                 "ulx voteban"
  224.                 "ulx veto"
  225.         }
  226.         "inherit_from" 
  227.         {
  228.                 "operator"
  229.         }
  230. }
  231. "user" 
  232. {
  233.         "deny" 
  234.         {
  235.         }
  236.         "allow"
  237.         {
  238.                 "ulx"
  239.                 "ulx help"
  240.                 "ulx psay"
  241.                 "ulx asay"
  242.                 "ulx thetime"
  243.                 "ulx menu"
  244.                 "ulx_valueupdate"
  245.                 "ulx_cvar"
  246.                 "ulx_getgamemodes"
  247.                 "ulx motd"
  248.                 "ulx_getbans"
  249.                 "ulx usermanagementhelp"
  250.                 "ulx who"
  251.                 "ulx votemap"
  252.         }
  253.         "inherit_from" 
  254.         {
  255.         }
  256. }
  257. "none" 
  258. {
  259.         "deny" 
  260.         {
  261.         }
  262.         "allow"
  263.         {
  264.                 "ulx logecho"
  265.                 "ulx logfile"
  266.                 "ulx logevents"
  267.                 "ulx logchat"
  268.                 "ulx logspawns"
  269.                 "ulx logspawnsecho"
  270.                 "ulx logdir"
  271.                 "ulx addgimpsay"
  272.                 "ulx addadvert"
  273.                 "ulx addcsayadvert"
  274.                 "ulx addforceddownload"
  275.                 "ulx debuginfo"
  276.                 "ulx voteecho"
  277.                 "ulx votemap2successratio"
  278.                 "ulx votemap2minvotes"
  279.                 "ulx votekicksuccessratio"
  280.                 "ulx votekickminvotes"
  281.                 "ulx votebansuccessratio"
  282.                 "ulx votebanminvotes"
  283.                 "ulx votemapenabled"
  284.                 "ulx votemapmintime"
  285.                 "ulx votemapwaittime"
  286.                 "ulx votemapsuccessratio"
  287.                 "ulx votemapminvotes"
  288.                 "ulx votemapvetotime"
  289.                 "ulx votemapmapmode"
  290.                 "ulx votemapaddmap"
  291.         }
  292.         "inherit_from" 
  293.         {
  294.         }
  295. }
  296. "operator"     
  297. {
  298.         "deny" 
  299.         {
  300.         }
  301.         "allow"
  302.         {
  303.                 "ulx seeasay"
  304.         }
  305.         "inherit_from" 
  306.         {
  307.         }
  308. }
  309.  

So hope you can help me with this and thanks. :)

EDIT: So yeah, here's the debuginfo:

Code: Lua
  1. ULX version: 3.40
  2. ULib version: 2.30
  3. Gamemode: Sandbox
  4. Map: freespace09
  5. Dedicated server: true
  6.  
  7. Currently connected players:
  8. Nick                            steamid            id lsh created
  9. [XURAS] Son4                    STEAM_0:1:15819753 1  n   56
  10.  
  11.  
  12. ULib.ucl.users (#=12):
  13.         thrmin:
  14.                 deny:
  15.                 type    =       steamid
  16.                 groups:
  17.                         1       =       respected
  18.                 id      =       STEAM_0:1:20300980
  19.                 pass    =      
  20.                 allow:
  21.         [kotsc] banner:
  22.                 deny:
  23.                 type    =       steamid
  24.                 groups:
  25.                         1       =       admin
  26.                 id      =       STEAM_0:0:15043480
  27.                 pass    =      
  28.                 allow:
  29.         [xuras]|[ix] andrerm14:
  30.                 deny:
  31.                 type    =       steamid
  32.                 groups:
  33.                         1       =       superadmin
  34.                 id      =       STEAM_0:1:18953009
  35.                 pass    =      
  36.                 allow:
  37.         [xuras]soulchicken|:
  38.                 deny:
  39.                 type    =       steamid
  40.                 groups:
  41.                         1       =       admin
  42.                 id      =       STEAM_0:0:24461415
  43.                 pass    =      
  44.                 allow:
  45.         Ú©teverapp:
  46.                 deny:
  47.                 type    =       steamid
  48.                 groups:
  49.                         1       =       respected
  50.                 id      =       STEAM_0:1:6106601
  51.                 pass    =      
  52.                 allow:
  53.         thachan:
  54.                 deny:
  55.                 type    =       steamid
  56.                 groups:
  57.                         1       =       admin
  58.                 id      =       STEAM_0:0:17238029
  59.                 pass    =      
  60.                 allow:
  61.         strids-grisen:
  62.                 deny:
  63.                 type    =       steamid
  64.                 groups:
  65.                         1       =       respected
  66.                 id      =       STEAM_0:0:13488109
  67.                 pass    =      
  68.                 allow:
  69.         thononain:
  70.                 deny:
  71.                 type    =       steamid
  72.                 groups:
  73.                         1       =       superadmin
  74.                 id      =       STEAM_0:1:20301091
  75.                 pass    =      
  76.                 allow:
  77.                         1       =       ulx hasreadhelp
  78.         [nub] jojo [miss stabby]:
  79.                 deny:
  80.                 type    =       steamid
  81.                 groups:
  82.                         1       =       admin
  83.                 id      =       STEAM_0:0:11329831
  84.                 pass    =      
  85.                 allow:
  86.         [nub] xi:
  87.                 deny:
  88.                 type    =       steamid
  89.                 groups:
  90.                         1       =       admin
  91.                 id      =       STEAM_0:0:20401131
  92.                 pass    =      
  93.                 allow:
  94.         [nub] druss:
  95.                 deny:
  96.                 type    =       steamid
  97.                 groups:
  98.                         1       =       admin
  99.                 id      =       STEAM_0:0:15735086
  100.                 pass    =      
  101.                 allow:
  102.         [xuras] son4:
  103.                 deny:
  104.                 type    =       steamid
  105.                 groups:
  106.                         1       =       superadmin
  107.                 id      =       STEAM_0:1:15819753
  108.                 pass    =      
  109.                 allow:
  110.  
  111.  
  112. ULib.ucl.groups (#=10):
  113.         superadmin:
  114.                 deny:
  115.                 allow:
  116.                         1       =       ulx hiddenecho
  117.                         2       =       ulx rcon
  118.                         3       =       ulx luarun
  119.                         4       =       ulx cexec
  120.                         5       =       ulx ent
  121.                         6       =       ulx adduser
  122.                         7       =       ulx adduserid
  123.                         8       =       ulx removeuser
  124.                         9       =       ulx userallow
  125.                         10      =       ulx userdeny
  126.                         11      =       ulx addgroup
  127.                         12      =       ulx removegroup
  128.                         13      =       ulx groupallow
  129.                         14      =       ulx groupdeny
  130.                         15      =       overcomeimmunity
  131.                 inherit_from:
  132.                         1       =       admin
  133.         1337:
  134.                 deny:
  135.                 allow:
  136.                         1       =       ulx goto
  137.                         2       =       ulx slap
  138.                         3       =       ulx teleport
  139.                         4       =       ulx god
  140.                 inherit_from:
  141.         basicadmin:
  142.                 deny:
  143.                 allow:
  144.                         1       =       ulx ignite
  145.                         2       =       ulx unignite
  146.                         3       =       ulx slap
  147.                         4       =       ulx whip
  148.                         5       =       ulx kick
  149.                         6       =       ulx ban
  150.                         7       =       ulx gag
  151.                         8       =       ulx ungag
  152.                         9       =       ulx mute
  153.                         10      =       ulx unmute
  154.                         11      =       ulx gimp
  155.                         12      =       ulx ungimp
  156.                         13      =       ulx slay
  157.                         14      =       ulx sslay
  158.                         15      =       ulx cloak
  159.                         16      =       ulx uncloak
  160.                         17      =       ulx blind
  161.                         18      =       ulx unblind
  162.                         19      =       ulx jail
  163.                         20      =       ulx unjail
  164.                         21      =       ulx strip
  165.                         22      =       ulx goto
  166.                         23      =       ulx teleport
  167.                         24      =       ulx bring
  168.                 inherit_from:
  169.         owner:
  170.                 deny:
  171.                 allow:
  172.                         1       =       ulx hiddenecho
  173.                         2       =       ulx rcon
  174.                         3       =       ulx luarun
  175.                         4       =       ulx cexec
  176.                         5       =       ulx ent
  177.                         6       =       ulx adduser
  178.                         7       =       ulx adduserid
  179.                         8       =       ulx removeuser
  180.                         9       =       ulx userallow
  181.                         10      =       ulx userdeny
  182.                         11      =       ulx addgroup
  183.                         12      =       ulx removegroup
  184.                         13      =       ulx groupallow
  185.                         14      =       ulx groupdeny
  186.                         15      =       overcomeimmunity
  187.                 inherit_from:
  188.                         1       =       admin
  189.         operator:
  190.                 deny:
  191.                 allow:
  192.                         1       =       ulx seeasay
  193.                 inherit_from:
  194.         mod:
  195.                 deny:
  196.                 allow:
  197.                         1       =       ulx goto
  198.                         2       =       ulx teleport
  199.                         3       =       ulx kick
  200.                         4       =       ulx god
  201.                         5       =       ulx slap
  202.                         6       =       ulx whip
  203.                 inherit_from:
  204.         admin:
  205.                 deny:
  206.                 allow:
  207.                         1       =       ulib_passtime
  208.                         2       =       ulib_passtimeout
  209.                         3       =       ulx spawnecho
  210.                         4       =       ulx tsay
  211.                         5       =       ulx csay
  212.                         6       =       ulx gimp
  213.                         7       =       ulx mute
  214.                         8       =       ulx ungimp
  215.                         9       =       ulx unmute
  216.                         10      =       ulx gag
  217.                         11      =       ulx ungag
  218.                         12      =       ulx chattime
  219.                         13      =       ulx welcomemessage
  220.                         14      =       ulx slap
  221.                         15      =       ulx whip
  222.                         16      =       ulx slay
  223.                         17      =       ulx sslay
  224.                         18      =       ulx ignite
  225.                         19      =       ulx unignite
  226.                         20      =       ulx playsound
  227.                         21      =       ulx freeze
  228.                         22      =       ulx unfreeze
  229.                         23      =       ulx god
  230.                         24      =       ulx ungod
  231.                         25      =       ulx noclip
  232.                         26      =       ulx hp
  233.                         27      =       ulx armor
  234.                         28      =       ulx cloak
  235.                         29      =       ulx uncloak
  236.                         30      =       ulx blind
  237.                         31      =       ulx unblind
  238.                         32      =       ulx jail
  239.                         33      =       ulx unjail
  240.                         34      =       ulx ghost
  241.                         35      =       ulx unghost
  242.                         36      =       ulx ragdoll
  243.                         37      =       ulx unragdoll
  244.                         38      =       ulx maul
  245.                         39      =       ulx strip
  246.                         40      =       ulx adminmenu
  247.                         41      =       ulx clientmenu
  248.                         42      =       ulx mapsmenu
  249.                         43      =       ulx showmotd
  250.                         44      =       ulx banmenu
  251.                         45      =       ulx exec
  252.                         46      =       ulx rslotsmode
  253.                         47      =       ulx rslots
  254.                         48      =       ulx rslotsvisible
  255.                         49      =       ulx reservedslots
  256.                         50      =       ulx bring
  257.                         51      =       ulx goto
  258.                         52      =       ulx send
  259.                         53      =       ulx teleport
  260.                         54      =       ulx tooldeny
  261.                         55      =       ulx toolallow
  262.                         56      =       ulx tooldenyuser
  263.                         57      =       ulx toolallowuser
  264.                         58      =       ulx tooldenyoverride
  265.                         59      =       ulx map
  266.                         60      =       ulx kick
  267.                         61      =       ulx ban
  268.                         62      =       ulx banid
  269.                         63      =       ulx unban
  270.                         64      =       ulx spectate
  271.                         65      =       ulx physgunplayer
  272.                         66      =       ulx vote
  273.                         67      =       ulx votemap2
  274.                         68      =       ulx votekick
  275.                         69      =       ulx voteban
  276.                         70      =       ulx veto
  277.                 inherit_from:
  278.                         1       =       operator
  279.         respected:
  280.                 deny:
  281.                 allow:
  282.                         1       =       ulx teleport
  283.                         2       =       ulx god
  284.                         3       =       ulx ungod
  285.                 inherit_from:
  286.         user:
  287.                 deny:
  288.                 allow:
  289.                         1       =       ulx
  290.                         2       =       ulx help
  291.                         3       =       ulx psay
  292.                         4       =       ulx asay
  293.                         5       =       ulx thetime
  294.                         6       =       ulx menu
  295.                         7       =       ulx_valueupdate
  296.                         8       =       ulx_cvar
  297.                         9       =       ulx_getgamemodes
  298.                         10      =       ulx motd
  299.                         11      =       ulx_getbans
  300.                         12      =       ulx usermanagementhelp
  301.                         13      =       ulx who
  302.                         14      =       ulx votemap
  303.                 inherit_from:
  304.         none:
  305.                 deny:
  306.                 allow:
  307.                         1       =       ulx logecho
  308.                         2       =       ulx logfile
  309.                         3       =       ulx logevents
  310.                         4       =       ulx logchat
  311.                         5       =       ulx logspawns
  312.                         6       =       ulx logspawnsecho
  313.                         7       =       ulx logdir
  314.                         8       =       ulx addgimpsay
  315.                         9       =       ulx addadvert
  316.                         10      =       ulx addcsayadvert
  317.                         11      =       ulx addforceddownload
  318.                         12      =       ulx debuginfo
  319.                         13      =       ulx voteecho
  320.                         14      =       ulx votemap2successratio
  321.                         15      =       ulx votemap2minvotes
  322.                         16      =       ulx votekicksuccessratio
  323.                         17      =       ulx votekickminvotes
  324.                         18      =       ulx votebansuccessratio
  325.                         19      =       ulx votebanminvotes
  326.                         20      =       ulx votemapenabled
  327.                         21      =       ulx votemapmintime
  328.                         22      =       ulx votemapwaittime
  329.                         23      =       ulx votemapsuccessratio
  330.                         24      =       ulx votemapminvotes
  331.                         25      =       ulx votemapvetotime
  332.                         26      =       ulx votemapmapmode
  333.                         27      =       ulx votemapaddmap
  334.                 inherit_from:
  335.  
  336.  
  337. ULib.ucl.authed (#=1):
  338.         Player [1][[XURAS] Son4]:
  339.                 deny:
  340.                 type    =       steamid
  341.                 groups:
  342.                         1       =       superadmin
  343.                 account =       [xuras] son4
  344.                 id      =       STEAM_0:1:15819753
  345.                 allow:
  346.                 uniqueid        =       3792986421
  347.  
  348.  
  349. Garrysmod default file (#=2):
  350.         admin:
  351.         superadmin:
  352.  
  353.  
  354. Active addons on this server:
  355. advanced_duplicator      by TAD2020, version 1.85 (June 28th 2009)
  356. Bail Out                 by Sakarias88, version 1.2999 (90331)
  357. bridge tool v2           by Jacob, version 1 (feb 28 2008)
  358. Builders Pack            by Killusion, version 2 (September 10th, 2007)
  359. Buoyancy Tool            by RabidToaster, version 1.1 (4th May 2008)
  360. Conna's Tools Pack       by Conna, version 1.3999 ((null))
  361. counter-strike           by Valve, version 1 (5th August 2006)
  362. day-of-defeat            by Valve, version 1 (22nd August 2006)
  363. default_sent_pack        by TEAM GARRY, version 1 (3rd December 2006)
  364. derma                    by , version 0.1 (17th July 2007)
  365. DoorSTool                by High6, version v1.6b (December 19th 2006)
  366. EasyPrecision            by hunter, version 0.9a ((null))
  367. ExosoundsV202            by ComodoFox, version 2.0199 (17th July, 2008)
  368. Extended Mouse Control   by Sippeangelo, version 1 (July 5th 2008)
  369. Falco Prop Protection    by (FPtje) Falco, version standalone 1.0 (yesterday)
  370. FreeSpace09              by -)BDB(- -=]On-A-Freak[=- :D, version 1 (December 2008)
  371. GCOMBAT09                by jjm4, version 1.2 (jjm4)
  372. hl2_ep2                  by Valve, version 1 (29th October 2007)
  373. Laser STOOL 2            by MadJawa, version 2 (August 1st 2008)
  374. ModelManipulator         by LuaPineapple, version 1 (June 13 2007)
  375. MoneyDetector            by philxyz, version 1 (18th Feburary 2009)
  376. no_collide_multi         by Narkaleptic, version 1.1 (December 19th 2006)
  377. pc mod 2                 by [GU]thomasfn, version 2.0.4 ()
  378. phx                      by PhoeniX-Storms, 1/4 Life, hunter, joebloom, scragnog, x-quake, Xeon133, Squad, PelPix, version SVN (20th May 2008)
  379. portal                   by Valve, version 1 (29th October 2007)
  380. ravebreak                by ClavusElite, version 1 (10/02/09)
  381. SicknessModel            by SgtSickness, version 9 (29th September 2008)
  382. Simple Prop Protection   by Spacetech, version  ()
  383. SmartFreezer             by LuaPineapple, version 1 (Today)
  384. smartsnap                by Syranide, version 0.9.5 ()
  385. Smart_Constraint         by Spacetech, version 1.2.2 ()
  386. Stacker STool            by -, version 2.2 (19th January 2007)
  387. sui_scoreboard           by Suicidal.Banana, version ? ()
  388. tf2                      by Valve, version 1 (29th October 2007)
  389. ulib                     by Team Ulysses, version 2.2999 (00/00/00)
  390. ulx                      by Team Ulysses, version 3.4 (00/00/00)
  391. UnoLimited               by Team Ulysses modified Garry's code, version 1.1 (02/10/2009)
  392. Weight Tool              by Spoco, version 1.21 ((null))
  393. wire                     by Wire Team, version 0.9.6 (whenever)
  394. wire model pack 1        by Team Wire, version 0.3 (25st March 2007)
  395. wireextra                by Anticept and respective developers, version SVN (3rd June 2008)
  396. Youtube Player           by I am McLovin, version 2 ()
  397. zeno_clash               by ACE Team, version 1 (May 8th 2009)
  398.  
« Last Edit: September 04, 2009, 11:20:19 am by Son4 »

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: UTeam + groups problem
« Reply #1 on: September 04, 2009, 04:31:01 pm »
One challenge at a time.
Our entire team, and many of our community members have posted time and time again... use a good text developer application. Even if it doesn't understand Lua syntax, most know and can show missing punctuation.
I posted your Uteam.txt into Notepad++.
After group 8, you're missing lots of syntax for team 9 (The user aka Player team)
There is no 9 or brackets for it.

Also, we crazy Americans spell colour as color.
A few of your tables spell it the UK way as colour.
I don't think spbogie made it to be able to tell both.

Fix those, see how it goes from there.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

  • Print