Za logiranje kao admin udite u igru i upisite u konzolu:
setinfo _password VasaLOZINKA
Za otvaranje Admin meni upisite u konzolu:
admin
te se vratite u igru gdje ce vam se otvoriti Admin izbornik
Vas glavni cfg(config) fajl se nalazi:
srcds/cstrike/cfg/beetlesmod/defaults.cfg
tu mozete mjenjati gotovo sve postavke servera.
Usage
* Commands are entered in your console while playing the game. The console is displayed by pressing the tilde/backtick key, above the left Tab key.
* Some commands have a shorthand form, starting with the "at" sign (@) which allows the command to be typed more quickly.
* Some commands may also be typed as chat text while playing the game. Note that commands will display to all players if typed in chat. To hide your execution of commands from players, issue the command in your in-game console instead of in chat.
* Commands are grouped into two categories: Player commands, and Admin commands.
Player commands
Player commands can be executed by any player as chat commands during game play.
Some Player commands can be typed at the server's console, or in HLSW, (Half Life Server Watch), by prefixing the command with say. Commands that can be typed in the server's console (or HLSW) include a note to that effect in their command description, below.
Command Shorthand Description
browse
http://www.some-URL.com/ Display an in-game web browser window, surfing to
http://www.some-URL.com/.
NOTE: The Valve in-game browser has limited browser capability.
/currentmap currentmap Display the name of the current map.
damagereport Display status of your damage report setting during the current connection to the current server, (on or off).
damagereport off Disable display of your damage report during the current connection to the current server.
damagereport on Enable display of your damage report during during the current connection to the current server.
/ff ff Display whether friendly-fire is on or off. (If this command displays the wrong friendly fire status, see Friendly fire status.)
/motd motd Display the contents of the server file, cstrike\motd.txt, in the message-of-the-day (MOTD) window, (same as the /rules command).
/nextmap nextmap Display the name of the upcoming map in the map cycle rotation. Requires that the server has a cstrike\mapcycle.txt file listing each map in the order they should be played.
/rank rank Display your rank in the server's player rankings.
The display is configured using the bm_displayranks variable.
rates Display your connection rate information.
/rockthevote rockthevote Same as admin_votemaps. Note: AllowVoting must be set to 2 or 3 in order for non-Admin players to initiate a map vote.
Note: This command can also be typed at the server's console, or in HLSW, by prefixing it with say, for example:
say rockthevote
/rules rules Display the contents of the server file, cstrike\motd.txt, in the message-of-the-day (MOTD) window, (same as the /motd command).
setmodel modelname Change the model currently being worn by the player to modelname. Requires that models are defined in cstrike\addons\models.txt.
If modelname is not specified, a menu of available models will be displayed.
sounds on Enable playing of sounds generated by Beetlefart's Minimum Admin mod.
sounds off Disable playing of sounds generated by Beetlefart's Minimum Admin mod.
/stats stats Display the player's statistics if player statistics are enabled.
It shows weapon, accuracy, shots fired, damage done, kills, headshots, hits, team-kills and round for the last round or two.
Statistics are displayed in a window similar to the message-of-the-day (MOTD) window.
See the Player statistics section to configure display of statistics and damage reports.
/thetime thetime Display the server's current time of day in 12-hour format. See also the TimeZone and HoursOffset variables.
/timeleft timeleft Display the amount of time left before the next map starts.
/top5 top5 Display the top 5 players in the server's player rankings.
/top15 top15 Display the top 15 players from the server's player rankings.
The display is configured using the DisplayTop15 variable.
listmaps listmaps Display a list of all maps available on the server. You can also specify part of a map name after this command, and it will return a list of only those maps whose name contains the partial name specified. Note: This command is available to non-Admin players only if AdminListMapsFromNonAdmins is non-zero.
Admin commands
* Admin commands can only be executed by Admins who have been specifically granted rights for that command.
* Admin access is granted to players by modifying the file, cstrike\addons\admins.txt or by defining the AdminXPassWord variables in the file, cstrike\cfg\defaults.cfg.
* The Abbreviation shown for each command is for use in the files, cstrike\addons\admins.txt, and cstrike\addons\tempadmins.txt.
* Admins can execute Admin commands by typing them in their console, or as chat text during game play, (unless otherwise specified in the command description, below.)
* Some Admin commands can be typed at the server's console, or in HLSW, (Half Life Server Watch), by prefixing the command with say. Commands that can be typed in the server's console (or HLSW) include a note to that effect in their command description, below.
Command Shorthand Arguments Abbreviation
@blindmenu
Display blind menu.
@gagmenu
Display gag menu.
@llamamenu
Display llama menu.
@mapmenu
Display map menu.
@mutemenu
Display mute menu.
@psmenu
Display playsound menu.
@shakemenu
Display shake menu.
Command Shorthand Arguments Abbreviation
admin_alltalk @alltalk VALUE S
When VALUE is 0, players will not hear opponents' voice chat.
When VALUE is 1 (one), players will hear opponents' voice chat.
admin_ban @ban TARGETNAME MINUTES M
Ban player TARGETNAME from server for MINUTES minutes. Ban is permanent if MINUTES is not specified.
TARGETNAME can be the player's full name, part of their name (if it's a unique part), their user ID (from rcon users), or their Steam ID (must be enclosed in quotes).
admin_ban also works on players who have recently left the server.
When a player is permanently banned, it automatically does a "writeid" to save the ban to the server's cstrike\cfg\banned_user.cfg file.
(Players who are temporarily banned are not written to the cstrike\cfg\banned_user.cfg file.)
A backup of the banned users file is created as cstrike\cfg\bu_banned_user.cfg. If the variable, bm_BackUpBans, is set to 1, the backup file is updated every map change.
In addition, all bans are logged to the file, addons/adminlogs/bannedplayers.log
To unban someone, type @ban partialname 1
That will change their ban to 1 minute, such that their ban will expire in 1 minute.
Or use the admin_unban command if you know the Steam ID or IP address of the banned player.
You can also use rcon commands to unban a player:
rcon removeid SteamID
rcon writeid
Note: The admin_ban command can also be typed at the server's console, or in HLSW, by prefixing it with say, for example:
say @ban Fred 60
Command Shorthand Arguments Abbreviation
admin_banip @banip IPADDRESS MINUTES M
Same as admin_ban, except it bans player with IP address IPADDRESS from the server for MINUTES minutes.
Note: This command can also be typed at the server's console, or in HLSW, by prefixing it with say, for example:
say @banip 192.168.1.12 60
admin_banipmenu @banipmenu
Display menu of Admin banip commands. Note that an Admin must have rights as defined in the file, admins.txt, in order to execute Admin banip commands.
All banip commands will display on the menu to all Admins, but commands will not be executed unless the Admin has rights to execute that command.
admin_banmenu @banmenu
Display menu of Admin ban commands. Note that an Admin must have rights as defined in the file, admins.txt, in order to execute Admin ban commands.
All ban commands will display on the menu to all Admins, but commands will not be executed unless the Admin has rights to execute that command.
admin_blind @blind TARGETNAME DURATION Y
Make TARGETNAME blind for DURATION seconds. If DURATION is omitted, TARGETNAME will be blind for 15 seconds.
TARGETNAME can be the player's full name, part of their name (if it's a unique part), their user ID (from rcon users), or their Steam ID (must be enclosed in quotes).
Note: This command can also be typed at the server's console, or in HLSW, by prefixing it with say, for example:
say @blind Fred
admin_botadd @botadd or @bot TEAM H
Add a bot to the TEAM team. TEAM can be CT or T.
Note: This command can also be typed at the server's console, or in HLSW, by prefixing it with say, for example:
say @botadd CT
admin_botkick @botkick H
Kick all bots.
admin_botslay @botslay H
Slay all bots.
admin_burn @burn TARGETNAME V
Set TARGETNAME on fire. Note that because of CS:Source game physics, the flames do not always follow the victim.
TARGETNAME can be the player's full name, part of their name (if it's a unique part), their user ID (from rcon users), or their Steam ID (must be enclosed in quotes).
The text Say messages that appear when a player is burning can be disabled using the FartSayMessages variable.
Note: This command can also be typed at the server's console, or in HLSW, by prefixing it with say, for example:
say @burn Fred
admin_burnct @burnct V
Set all Counter-terrorist players on fire. Note that because of CS:Source game physics, the flames do not always follow the victims.
admin_burnmenu @burnmenu V
Display menu of Admin burn commands. Note that an Admin must have rights as defined in the file, admins.txt, in order to execute Admin burn commands.
All burn commands will display on the menu to all Admins, but commands will not be executed unless the Admin has rights to execute that command.
Note that because of CS:Source game physics, the flames do not always follow the victim.
admin_burnt @burnt V
Set all Terrorist players on fire. Note that because of CS:Source game physics, the flames do not always follow the victims.
admin_bury @bury TARGETNAME 2
Bury TARGETNAME into the ground, dropping his weapons before burying him. Note that because of CS:Source game physics, this command does not always work.
TARGETNAME can be the player's full name, part of their name (if it's a unique part), their user ID (from rcon users), or their Steam ID (must be enclosed in quotes).
admin_cancelvote @cancelvote F
Cancel voting currently in progress.
Note: This command can also be typed at the server's console, or in HLSW, by prefixing it with say, for example:
say @cancelvote
Command Shorthand Arguments Abbreviation
admin_changeteam @changeteam TARGETNAME L
Change player TARGETNAME to the opposite team. See also the SwitchPlayerBackToSpawn variable, which controls whether TARGETNAME is killed before being switched.
TARGETNAME can be the player's full name, part of their name (if it's a unique part), their user ID (from rcon users), or their Steam ID (must be in quotes).
Note: This command can also be typed at the server's console, or in HLSW, by prefixing it with say, for example:
say @changeteam Fred
admin_chat @chat MESSAGE TEXT I
Send MESSAGE TEXT to all Admins currently in the game.
See also AdminChatFromNonAdmins and AdminChatToAllAdmins.
Note: This command can also be typed at the server's console, or in HLSW, by prefixing it with say, for example:
say @chat This is text sent to admins only!
admin_csay @csay MESSAGE TEXT 1
Send MESSAGE TEXT to all players in centered white text.
Note: This command can also be typed at the server's console, or in HLSW, by prefixing it with say, for example:
say @csay This is centered white text!
admin_dropbomb @dropbomb 8
Make the bomb carrier drop the bomb.
admin_endmatch @endmatch
Reset internal varibles for a match, then execute server.cfg and defaults.cfg. Make sure your server.cfg has a default password in it. If no password is required, make sure your server.cfg file has sv_password ""
admin_execclient @execclient TARGETNAME COMMAND A
Execute COMMAND on TARGETNAME's computer, as if TARGETNAME had typed it into their console.
TARGETNAME can be the player's full name, part of their name (if it's a unique part), their user ID (from rcon users), or their Steam ID (must be in quotes).
Here is an example of correct usage (thanks to Mike|dk):
admin_execclient Fred bind k say "Admins are the greatest people in the world."
This will cause Fred to say that sentence every time he presses his "k" key.
Basically, type everything after the @execclient PLAYERNAME as you would have typed it if you did the command in your own console to yourself.
Note: This command can also be typed at the server's console, or in HLSW, by prefixing it with say, for example:
say @execclient Fred bind k say "Admins are the greatest people in the world."
admin_execclientall @execclientall COMMAND
Execute COMMAND on all players' computers, as if each player had typed it into their console.
Here is an example of correct usage:
admin_execclientall bind k say "Admins are the greatest people in the world."
This will cause every player to say that sentence every time they press their "k" key.
Basically, type everything after @execclientall as you would have typed it if you did the command in your own console to yourself.
Note: This command can also be typed at the server's console, or in HLSW, by prefixing it with say, for example:
say @execclientall bind k say "Admins are the greatest people in the world."
Command Shorthand Arguments Abbreviation
admin_extinquish @extinquish or
@ext TARGETNAME V
Extinguish TARGETNAME who was set on fire with admin_burn.
TARGETNAME can be the player's full name, part of their name (if it's a unique part), their user ID (from rcon users), or their Steam ID (must be enclosed in quotes).
admin_extinquishall @extinquishall or
@extall V
Extinguish all players who were set on fire with any of the admin_burn, admin_burnct or admin_burnt commands.
admin_fart @fart TARGETNAME Q
Give TARGETNAME gas, potentially giving away their position. Repeats till death, or the end of the round, or by admin_relieve.
TARGETNAME can be the player's full name, part of their name (if it's a unique part), their user ID (from rcon users), or their Steam ID (must be in quotes).
The text Say messages that appear when a player is farting can be disabled using the FartSayMessages variable.
Note: This command can also be typed at the server's console, or in HLSW, by prefixing it with say, for example:
say @fart Fred
admin_fartall @fartall Q
Give gas to all living players. Repeats till the end of the round, or by admin_relieveall.
admin_fartct @fartct Q
Give gas to all living Counter-Terrorist players. Repeats till the end of the round, or by admin_relieveall.
admin_fartmenu @fartmenu
Display menu of Admin fart commands. Note that an Admin must have rights as defined in the file, admins.txt, in order to execute Admin fart commands.
All fart commands will display on the menu to all Admins, but commands will not be executed unless the Admin has rights to execute that command.
admin_fartt @fartt Q
Give gas to all living Terrorist players. Repeats till the end of the round, or by admin_relieveall.
admin_ff @ff VALUE T
When VALUE is 0, friendly-fire is turned off.
When VALUE is 1 (one), friendly-fire is turned on.
admin_freezemenu @freezemenu
Display menu of Admin freeze commands. Note that an Admin must have rights as defined in the file, admins.txt, in order to execute Admin freeze commands.
All freeze commands will display on the menu to all Admins, but commands will not be executed unless the Admin has rights to execute that command.
admin_freeze @freeze TARGETNAME Q
Freeze player TARGETNAME in their tracks.
TARGETNAME can be the player's full name, part of their name (if it's a unique part), their user ID (from rcon users), or their Steam ID (must be in quotes).
To unfreeze the player, use one of the commands, admin_unfreeze, or admin_unfreezeall.
admin_freezeall @freezeall Q
Freeze all players in their tracks. To unfreeze players, use the command, admin_unfreezeall.
admin_freezect @freezect Q
Freeze all counter-terrorist team players in their tracks. To unfreeze players, use the command, admin_unfreezeall.
admin_freezet @freezet Q
Freeze all terrorist team players in their tracks. To unfreeze players, use the command, admin_unfreezeall.
admin_gag @gag TARGETNAME H
Gag TARGETNAME, preventing their typed chat text from appearing to other players. The gagged player sees a message when they chat, "You've been gagged, now hush up."
Remove the gag from TARGETNAME with the admin_ungag command.
TARGETNAME can be the player's full name, part of their name (if it's a unique part), their user ID (from rcon users), or their Steam ID (must be in quotes).
To block a player's voice chat, use the admin_mute command.
Note: This command can also be typed at the server's console, or in HLSW, by prefixing it with say, for example:
say @gag Fred
Command Shorthand Arguments Abbreviation
admin_ghostkill @ghostkill TARGETNAME M
Make TARGETNAME fadetoblack after each death until the end of the current map. This prevents the affected player from spectating the remaining living players while he is dead.
TARGETNAME can be the player's full name, part of their name (if it's a unique part), their user ID (from rcon users), or their Steam ID (must be in quotes).
To permanently afflict specific players with fadetoblack, use the defaults.cfg command, AddGhostStop "SteamID".
admin_gravity @gravity GRAVITY U
Change gravity to GRAVITY. 800 is "standard" gravity.
admin_help @help COMMAND
If COMMAND is omitted, display all available commands, as well as the installed version number of BeetleFart's Minimum Admin mod.
If COMMAND is ban, display all of the ban commands that you have access to.
admin_hurt TARGETNAME DAMAGEAMOUNT
Inflict DAMAGEAMOUNT amount of damage on player, TARGETNAME. This command causes damage to TARGETNAME without changing their position, (as admin_slap does.)
TARGETNAME can be the player's full name, part of their name (if it's a unique part), their user ID (from rcon users), or their Steam ID (must be in quotes).
admin_hurtall DAMAGEAMOUNT
Inflict DAMAGEAMOUNT amount of damage on all players. This command causes damage to all players without changing their position, (as admin_slap does.)
admin_hurtct DAMAGEAMOUNT
Inflict DAMAGEAMOUNT amount of damage on all Counter-terrorist players. This command causes damage to all CT players without changing their position, (as admin_slap does.)