View Single Post
Author Message
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 06-07-2007 , 15:30   AMX_Super Extension: Admin Slash
Reply With Quote #1

Code:
*	This plugin allows admins to execute amx commands
*	using 'say' and a slash '/'. It can also execute
*	a command on all players or a team using '@all' and
*	'@team' in place of the authid/nick parameter.
*
*	Examples:
*	To kick a player type '/kick playername'
*	To kick all players type '/kick @all'
*	To kick all players on a team type '/kick @team:TEAMID'
*	To ban all players for 10 minutes, type '/ban 10 @all'
*
*
*	Important: place this plugin at the bottom of your plugins.ini file 
*	so it doesn't interfere with other plugin that may use the '/'.
*
*/
This has been edited by Kwo for a run-time error. Me for code cleanup and taking out a few non-needed features.

MIRROR DOWNLOAD = HERE
Attached Files
File Type: sma Get Plugin or Get Source (admin_slash.sma - 3417 views - 3.7 KB)
__________________

Last edited by bmann_420; 10-15-2010 at 14:42.
bmann_420 is offline