Hello, I'm trying add more than one player to the admin list but seems, I hit snag, can't seem to work it out, will you take look and tell what I done wrong in the JSON file, thanks. <div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>{ "groups": { "mod_group": { "commands": [ "sv_reset", "sv_ban" ], "type": "allowed" }, "admin_group": { "commands": [ ], "type": "disallowed" } }, "users": { "name": { "id": xxxxxxx, "user": { "name": { "id": xxxxxx, "groups": [ "admin_group" ] } } }</div> -Ste
Comments
<div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>{
"groups": {
"mod_group": {
"commands": [ "sv_reset", "sv_ban" ],
"type": "allowed"
},
"admin_group": {
"commands": [ ],
"type": "disallowed"
}
},
"users": {
"name": {
"id": xxxxxxx,
"user": {
"name": {
"id": xxxxxx,
"groups": [ "admin_group" ]
}
}
}</div>
-Ste
<div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>{
"groups": {
"admin_group": {
"commands": [],
"type": "disallowed"
}
},
"users": {
"NAME HERE": {
"id": XXXXXXXX,
"groups": [
"admin_group"
]
},
"NAME HERE": {
"id": XXXXXXXX,
"groups": [
"admin_group"
]
}
}
}</div>
-Ste
(I hope this helps anyone else had this problem.) xD
Added Note of ServerAdmin Wiki Example being wrong.
Added Note of ServerAdmin Wiki Example being wrong.<!--QuoteEnd--></div><!--QuoteEEnd-->
Fixed.
http://www.unknownworlds.com/ns2/wiki/index.php/Dedicated_Server