•     Please make sure you check the Support FAQ and relevant Guides before you create a new thread in this section!

[SOLVED] server.cfg

Status
Not open for further replies.
Posts
10
Likes
14
Hello!

What should I write to the server.cfg, cuz I can not use all of admin rights. I can just kick, ban, map, newmap, status and who. I want to change MB mode, but I can't.

Now I use this:

seta rconpassword "xxx" // Rcon admin password - CHANGE THIS
seta g_smodAdminPassword "xxx" // SMOD admin password - CHANGE THIS
seta g_smodSubAdminPassword "xxx" // SMOD sub-admin password - CHANGE THIS
seta g_smodConfig "4194303" // Sets allowed SMOD commands
 

TeKilla

Donator
Posts
120
Likes
66
check MBII Readme.html file,

Configuration:
Add up the following values according to which features/commands you want to be available. For example, g_smodConfig_3 7 gives kick, nextmap and map to the third admin account.


  • 1 - allow admins to use "kick"
  • 2 - allow admins to use "nextmap"
  • 4 - allow admins to use "map"
  • 8 - allow admins to use "maprestart"
  • 16 - allow admins to use "gametype"
  • 32 - allow admins to use "mbmode"
  • 64 - allow admins to use "ban"
  • 128 - allow admins to use "tempban", "removetempban" & "tempbanlist"
  • 256 - allow admins to use "forceteam"
  • 512 - allow admins to use "vstr"
  • 1024 - allow admins to use "campaign & campaignfile"
  • 2048 - allow admins to use "poll"
  • 4096 - allow admins to use "removeban"
 
Status
Not open for further replies.
Top