| |
|
 |
- Permanent Bans: These are usually reserved only for hackers.
- Temporary Bans: Useful if you need to get rid of someone, but not forever (like those gay advertisers).
- Switching maps: This should be done via amx vote. If you let people in the server decide what map they want to play in, then they are less likely to get annoyed and leave. If you randomly switch a map to something unpopular-everyone leaves and counter strike is no fun.
- Handling AFK's: The server automatically moves idle players to spectator. The only time you would ever kick them to free slots are if the servers is full 32/32 players.
- Handling mic spammers: Easy, gag them. Use amx_gag command in console.
- Handling campers: Usually it's best to slay them. They aren't trying to ruin the game on purpose, they just suck and this is the only way they can get kills. Being slayed once or twice pounds it into their head to move their fat asses out of the campground.
- Restart Votes: You can vote for a round restart for the first round if the map is a custom map that needed to be downloaded by some (ie cs_militia32). Normal maps without the 32 player update we do not restart the round.
- Illegal Slapping : Slapping yourself or others is fine for whatever reason, however please don't cheat and use slap to boost yourself up. You must use nades like everyone else.
- Changing Server Settings : Server settings and configuration are to remain static. Temporary settings like sv_gravity, and others are fine if you wanna have some fun, however all the other settings, such as friendly fire, roundtime, startmoney etc... should not be changed. We keep the settings we have now because they're fun and popular. If you want to suggest a different setting, please post in the forums and we'll have a vote about it.
| Admin Help & Useful Commands |
|
|
By typing amx_who in console it will bring up the player list. You'll see the columns "player name", "steamid", and "userid" highlighted. The name will always be in quotes, the steamid can be but it's not required. If the name is too long it will cut it off, you have to type status to get the whole name.
The way you use these commands:
amx_command "playername" whatever - using the name
amx_command STEAM_0:1:337 whatever - using the steamid
amx_command #1337 whatever - using the userid |
Plugin-specific commands: |
| amx_alltalk 1/0 - Allows you to enable and disable alltalk. Players can say /alltalk to see if it is enabled or disabled. |
| amx_gag "playername/userid" - Gags the player in question. You can also put the time in seconds after their name. 9999 works well. |
| amx_exec "playername/userid" command - Allows you to execute a command on the client, such as "screenshot." |
| esp_toggle - Toggles admin spectator esp, useful for catching wallhackers. |
| amxmodmenu - Brings up the main admin menu. |
| amx_who - Get a list of players with their userid's, or check what admins are online. |
| amx_map de_dust - Switches to that map. |
| amx_votemap de_dust - Creates a vote for a map. |
| amx_voteban "playername/steamid" - Creates a vote for a ban. If the vote passes, hit no. You have to manually ban the person using the menu. |
| amx_vote "a question" yes no - Creates a simple yes/no vote, good for asking for low gravity or a restart. |
| amx_cancelvote - Cancels the current vote (gotta be done quick). |
| amx_say "message" - Prints a message with (admin) in front of your name. |
| amx_chat "message" - Talk to other admins privately. |
| amx_tsay color "message" - Prints a colored message on the left side. |
| amx_csay color "message" - Prints a colored message in the center of the screen. |
| amx_rcon "rcon command" - Works just like normal rcon, you can execute a command on the server, such as sv_gravity. |
| amx_nick "original name" "new name" - Changes a players name to something else. |
These are all the useful commands that we use that I can think of. You can find everything else at the amxx wiki:
AmxModX commands wiki
AmxmodX access levels wiki |
|
|