adding admins - Printable Version
+- SourceOP (
http://forums.sourceop.com)
+-- Forum: SourceOP Plugin (
http://forums.sourceop.com/SourceOP-Plugin-forum)
+--- Forum: General Chat (
http://forums.sourceop.com/General-Chat-forum)
+--- Thread: adding admins (
/adding-admins-thread)
adding admins -
Po0ka - Aug 30, 2010
I recenty added my friend as admin in the DF_Admins,
i did:
(i hide the ip)
"IP:###.##.###.##"
{
baseLevel = 4096
addcmd = e_spawnprop
addcmd = +grabent
addcmd = +physgrab
addcmd = e_freeze
addcmd = e_unfreeze
addcmd = e_wheel
addcmd = e_hinge
addcmd = e_thruster
addcmd = e_rotate
}
but he stills cant do any commands, or players cant.
If a player try these commands: It says you have no acess to that command, so, only me can do it.
adding admins -
Drunken F00l - Aug 30, 2010
You need to do addAdminCmd, not addcmd. For +grabent you use addAdminCmd = grabent (do not add the +). Also the command is +grabphys (not +physgrab) and you need to use addAdminCmd = grabphys for that.
adding admins -
Po0ka - Sep 06, 2010
"IP:#.#.#.#;27015"
{
baseLevel = 4096
addadmincmd = e_spawnprop
addadmincmd = thruster
addadmincmd = grabent
addadmincmd = grabphys
addadmincmd = e_freeze
addadmincmd = e_unfreeze
addadmincmd = e_wheel
addadmincmd = e_hinge
addadmincmd = e_thruster
addadmincmd = e_rotate
}
Stills not working''
adding admins -
Drunken F00l - Sep 06, 2010
I don't understand why you have ";27015" after the IP. Remove it. Also, you could try SteamID authentication instead of IP.