Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

adding admins
#1

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.
Reply
#2

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.
Reply
#3

"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'' Sad
Reply
#4

I don't understand why you have ";27015" after the IP. Remove it. Also, you could try SteamID authentication instead of IP.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)