[RESOLVED]Op command doesn't work

Started by kyokei, April 09, 2015, 08:31:22 AM

kyokei

Hi,

The OP command doesn't work. When using it in the server terminal it throws an error

Console command parsing failed: op ky0
Command description: Adds or removes specified player from server's list of operators.
   -------------------------stack-------------------------
  at AtomicTorch.SpaceRPG.Server.Console.ServerConsoleCommands.OplistCmd (System.String[] args, AtomicTorch.SpaceRPG.Server.DataObjects.Player currentPlayer) [0x00000] in <filename unknown>:0
  at AtomicTorch.SpaceRPG.Server.Console.ServerActionConsoleCommand.Execute (System.String[] args, System.String currentPlayerName) [0x00000] in <filename unknown>:0
  at AtomicTorch.GameEngine.Common.ConsoleCommands.ConsoleCommandsManager.ExecuteCommandInternal (System.String commandName, System.String[] commandArgs, System.String currentPlayerName, AtomicTorch.GameEngine.Common.ConsoleCommands.BaseConsoleCommand command) [0x00000] in <filename unknown>:0


And when using ingame I can't since I don't have the priviledge.

:)

ai_enabled

Hi!
You should use it with an method argument:
op add ky0
or
op remove ky0
Regards!

kyokei