| How to add AMX MOD X to a server Hello I'm wesleyplet from Game Cheetah, I mod the CS Section so I would Like to Contribute here. I have been a member since Dec 2006 but I have been inactive for some time, so I decided to become active again.
I wrote this 100%, well everything except for the commands.
I know this has nothing to do w/ hacks but... I know people wanna run they're own server instead of paying so... HERE IT IS!
TuT:
1. Go to amxmodx.org Download AMX Mod X full installer.
2. Start up the installation.
3. If you haven't installed dedicated server then do so.
4. So when you finish installing AMX.
5. Just keep doing the steps like for installing amx to what choose Dedicated server.
6. When your done go to your steam folder then to SteamApps go to your account name go to dedicated server folder go to cstrike in the ded server go to addons then amx mod x to set up your stuff like admin.
7. I know you would want admin to your own server so im adding this step go to amx folder in your ded server folder.
8. Go to configs go to users notepad scroll all the way down and paste this
"STEAM_x:x:xxxxxx" "" "abcdefghijklmnopqrstu" "ce"
( You see the x's replace it w/ your own steam id for example STEAM_0:1:234567)
Then Viola start your server BAM you have amx installed if you have questions.. JUST ASK.. ^^.
Enjoy!
Commands
amx_kick <name or #userid> [reason]A ADMIN_KICK Kicks a player.
amx_ban <name or #userid> <time> [reason] ADMIN_BAN Bans a player.
amx_addban <authid or ip> <minutes> [reason] ADMIN_BAN Adds a ban to the server banlist.
amx_unban <authid or ip> ADMIN_BAN Unbans a player.
amx_slay <name or #userid> ADMIN_SLAY Slays a player.
amx_slap <name or #userid> [damage] ADMIN_SLAY Slaps a player for variable damage.
amx_leave <tag> [tag1] [tag2] [tag3] ADMIN_KICK Kicks all players not wearing one of the tags.
amx_pause ADMIN_CVAR Pauses or unpauses the game.
amx_who ADMIN_ADMIN Displays who is on the server.
amx_cvar <cvar> [value] ADMIN_CVAR Changes or displays a cvar value.
amx_map <mapname> ADMIN_MAP Changes map.
amx_nick <original name> <new name> ADMIN_LEVEL_A Changes Users Name.
amx_cfg <filename> ADMIN_CFG Executes a server-side config file.
amx_rcon <rcon command line> ADMIN_RCON Executes a command on the server console.
amx_plugins ADMIN_ADMIN Lists all loaded plugins.
amx_modules ADMIN_ADMIN Lists all loaded modules.
Chat Commands
Command Format Access Description
amx_say <message> ADMIN_CHAT Sends a message to all players through normal say.
amx_chat <message> ADMIN_CHAT Sends a message to all admins through normal chat.
amx_psay <name or #userid> <message> ADMIN_CHAT Sends a private message to a player.
amx_tsay <color> <message> ADMIN_CHAT Sends a left side HUD message to all players.
amx_csay <color> <message> ADMIN_CHAT Sends a center HUD message to all players.
Vote Commands
Command Format Access Description
amx_votemap <map> [map] [map] [map] ADMIN_VOTE Starts a vote for a map.
amx_votekick <name or #userid> ADMIN_VOTE Starts a vote to kick a player.
amx_voteban <name or #userid> ADMIN_VOTE Starts a vote to ban a player.
amx_vote <question> <answer1> <answer2> ADMIN_VOTE Starts a custom poll.
amx_cancelvote ADMIN_VOTE Cancels the last poll in progress.
Stats Commands
Command Description
say /hp Displays information about your killer.
say /statsme Displays your stats.
say /stats Displays other players' stats.
say /top15 Displays the top 15 players.
say /rank Displays your rank on the server.
Say Commands
Command Description
say nextmap Displays the next map in the mapcycle.
say timeleft Displays the time left in the map.
say thetime Displays the current time.
Menu Commands
Note: ACCESS_LEVEL_A is not "a", it is "m". See Access Levels.
Command Accesss Description
amxmodmenu ADMIN_MENU Displays the main AMX Mod X menu.
amx_cvarmenu ADMIN_CVAR Displays the CVAR menu.
amx_mapmenu ADMIN_MAP Displays the map change menu.
amx_votemapmenu ADMIN_MAP Displays the map voting menu.
amx_kickmenu ADMIN_KICK Displays kick menu.
amx_banmenu ADMIN_BAN Displays ban menu.
amx_slapmenu ADMIN_SLAY Displays slap/slay menu.
amx_teammenu ADMIN_LEVEL_A Displays team switch menu.
amx_clcmdmenu ADMIN_LEVEL_A Displays client commands menu.
amx_restmenu ADMIN_CFG Displays weapon restriction menu.
amx_teleportmenu ADMIN_CFG Displays teleport menu.
amx_pausecfgmenu ADMIN_CFG Pause/unpause plugins with menu.
amx_statscfgmenu ADMIN_CFG Displays stats configuration menu.
Command: amx_pausecfg
Format: <command> [name]
Access: ADMIN_CFG
Description: Pauses a plugin.
Command: amx_statscfg
Format: <command> [parameters]
Access: ADMIN_CFG
Description: Changes a stats setting. |