// Admins.ini - For AdminMod by Wombat
// 21:13 13/03/2006
//
// Name=mexicanus2
// password= vinito86
// rights= 16383
//
// Rights:
//
// 1 = Protected name, can view status
// admin_status
//
// any admin level can use admin_status.
//
// 2 = Can Change Maps.
// admin_map <map>
//
// 4 = Can restart map.
// admin_restart
//
// 8 = Can change game type.
// admin_gametype <gametype #>
//
// 16 = Can change fraglimit and time limit.
// admin_timelimit <timelimit #>
// admin_fraglimit <fraglimit #>
//
// 32 = Can kick players on server.
// admin_clientkick <client id #>
// admin_kick <name>
//
// 64 = Can use "bad" cmds on server. This is mainly for scriptures. noclip, dog etc.
// no cmds:
//
// 128 = Can ban players on the server.
// admin_addname <name>
// admin_addip <ip>
// admin_listnames
// admin_iplist
//
// 256 = Can un ban players on the server.
// admin_listnames
// admin_iplist
// admin_removename <name>
// admin_removeip <ip>
//
// 512 = Can add and remove, view chat filter.
// admin_chatfilteradd < word >
// admin_chatfilterremove < word >
// admin_chatfilterlist
//
// 1024 = Can use Admin Pro
// admin_cmd <cmd string>
//
// 2048 = Can list admins
// listadmins
//
// 4096 = Can do anything. Same as normal rcon. (super admin)
// admin_rcon
//
// All together total added is 16383
//
// You can add rights together.
// eg1. map(2) + restart(4) = 6
// eg2. Protected name(1) + Map(2) + restart(4) = 7
// just like dmflags
//
// Admins must setu the cvar "admin_auth" in their game. This cvar should contain the password
// apointed them in the admin.ini admins list.
//
// eg, in my config for my game, i put setu "admin_auth" "password"
//
// You must enter these commands into console.
//
// Contact/Help
// ------------
// If you have any questions, feel free to contact me at:
// Forums: Www.mods-r-is.net
// E-mail:
//------------------------------------------------------------
//
//name password Level
//--1------------|-------------2-----------------|--------3-----
//name=mexicanus password=sabritas rights=16383
Heres my admin test file... I uploaded. Then a joinied the server and type in console setu "admin_auth" "sabritas"
then a command and nothing happens , i need some help. Thanks
// 21:13 13/03/2006
//
// Name=mexicanus2
// password= vinito86
// rights= 16383
//
// Rights:
//
// 1 = Protected name, can view status
// admin_status
//
// any admin level can use admin_status.
//
// 2 = Can Change Maps.
// admin_map <map>
//
// 4 = Can restart map.
// admin_restart
//
// 8 = Can change game type.
// admin_gametype <gametype #>
//
// 16 = Can change fraglimit and time limit.
// admin_timelimit <timelimit #>
// admin_fraglimit <fraglimit #>
//
// 32 = Can kick players on server.
// admin_clientkick <client id #>
// admin_kick <name>
//
// 64 = Can use "bad" cmds on server. This is mainly for scriptures. noclip, dog etc.
// no cmds:
//
// 128 = Can ban players on the server.
// admin_addname <name>
// admin_addip <ip>
// admin_listnames
// admin_iplist
//
// 256 = Can un ban players on the server.
// admin_listnames
// admin_iplist
// admin_removename <name>
// admin_removeip <ip>
//
// 512 = Can add and remove, view chat filter.
// admin_chatfilteradd < word >
// admin_chatfilterremove < word >
// admin_chatfilterlist
//
// 1024 = Can use Admin Pro
// admin_cmd <cmd string>
//
// 2048 = Can list admins
// listadmins
//
// 4096 = Can do anything. Same as normal rcon. (super admin)
// admin_rcon
//
// All together total added is 16383
//
// You can add rights together.
// eg1. map(2) + restart(4) = 6
// eg2. Protected name(1) + Map(2) + restart(4) = 7
// just like dmflags
//
// Admins must setu the cvar "admin_auth" in their game. This cvar should contain the password
// apointed them in the admin.ini admins list.
//
// eg, in my config for my game, i put setu "admin_auth" "password"
//
// You must enter these commands into console.
//
// Contact/Help
// ------------
// If you have any questions, feel free to contact me at:
// Forums: Www.mods-r-is.net
// E-mail:
//------------------------------------------------------------
//
//name password Level
//--1------------|-------------2-----------------|--------3-----
//name=mexicanus password=sabritas rights=16383
Heres my admin test file... I uploaded. Then a joinied the server and type in console setu "admin_auth" "sabritas"
then a command and nothing happens , i need some help. Thanks
