Site hosted by Angelfire.com: Build your free website today!

Under Construction

Type amx_help in the console to find more commands available.

amx_ff
Allows you to turn friendly fire on and off. It also lets players say "/ff" in
chat and it will report if ff is on or not.
Usage: amx_ff <1 or 0>

amx_rr
Restart the round multiple times.
Usage: amx_rr <restart times> <delay>
Restart round, number of times, and delay between each time

amx_restartgame
Restart Game 3 times and Go.

amx_change_admin_level
Grant admin access to anyone or take it away on the fly. There are 2 levels
the plugin reponds to ADMIN_RCON lets you modify anyones access. ADMIN_LEVEL_B
admins can modify anyone who does not have ADMIN_LEVEL_B access, but only for
certain flags as this is a restricted form of the command.

amx_makeadmin
amx_killadmin

Built in safegards too ... read .sma file or highlighted source for more info
and its commands, and also for IMPORTATNT setup info. such as you much create
the folder "admin_logs" in your mod directory.
***************************************************************************
*  amx_ejl_adminaccess.sma
*   version 1.9a        Date: 1/3/2002
*   Author: Eric Lidman     ejlmozart@hotmail.com
*   Alias: Ludwig van       Upgrade: http://lidmanmusic.com/cs/plugins.html
*
*  Grant admin access to anyone or take it away on the fly. There are 2
*   levels the plugin responds to ADMIN_RCON lets you modify anyone's access.
*   ADMIN_LEVEL_B admins can modify anyone who does not have ADMIN_LEVEL_B
*   access, but only for certain flags as this is a restricted form of the
*   command. Built in safeguards prevent you from messing up your own
*   access level. Also, when the first admin who changes another player's
*   access leaves, the player's access is returned automatically to default
*   server access. The changes only last until the player disconnects or
*   the map changes.
*
*  Commands:
*
*   amx_makeadmin_help                   Get list of access flags   
*   amx_makeadmin <player> <flags>       give admin power temporary
*                                         full use requires RCON ACCESS
*                                         limited use requires ADMIN_LEVEL_B
*   amx_return_access <player>           Returns a player/admin to the
*                                         access he had when he entered the
*                                         server. Requires ADMIN_LEVEL_B
*   amx_killadmin <player>               strips admin of power
*                                         RCON ACCESS REQUIRED
*
*
*  Setup:
*
*   Requires the creation of the folder "admin_logs" in your mod directory
*   if you do not have one already -- its for special logging purposes.
*   WARNING: Failure to create the folder will result in errors.
*