admin in dedicated battlefront2-server
Posted: Tue Jul 06, 2010 8:25 am
Hi, I downloaded the server-manager v1.08 and on my server I can't use the ingame-admin for boot and warn players (if they use a bug or something else) with the sentences of the server-manager. What for commands I have to write in the chat console?
A part of the player-menu:
// Command format:
// menuname>"message"|command,bantime,[alias]
// menuname is the name of the submenu this command should appear in (optional).
// message is sent as a chat message when the command is selected.
// command is one of (global,warn,kick,ban,cmd).
// global = causes message to be sent as a global admin message
// warn = causes message to be sent as a directed admin message
// kick = causes player to be kicked when this command is selected
// ban = causes player to be banned when this command is selected
// cmd = causes message to be issued as a console command
// bantime is in seconds.
// alias allows this command to be invoked via in-game admin.
// Global Warnings
Warn server>"Please do not chat spam"|global,[gwspam]
A part of the player-menu:
// Command format:
// menuname>"message"|command,bantime,[alias]
// menuname is the name of the submenu this command should appear in (optional).
// message is sent as a chat message when the command is selected.
// command is one of (global,warn,kick,ban,cmd).
// global = causes message to be sent as a global admin message
// warn = causes message to be sent as a directed admin message
// kick = causes player to be kicked when this command is selected
// ban = causes player to be banned when this command is selected
// cmd = causes message to be issued as a console command
// bantime is in seconds.
// alias allows this command to be invoked via in-game admin.
// Global Warnings
Warn server>"Please do not chat spam"|global,[gwspam]