AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Super Admin Slash (https://forums.alliedmods.net/showthread.php?t=74391)

[DeathTV] Sid 6.7 07-17-2008 20:20

Super Admin Slash
 
2 Attachment(s)
A major improvement over the original admin slash. This version contains user/team menus and repeat command on new round functions for Counter-Strike. Need AMX Mod X 1.80 or greater for the dynamic memory arrays.
  • Base Description
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 '/'.

  • Super Enhancements:
Slash is available only to admins now, so it will not interfere with things such as
/rope or /chickenme for normal players. This means super_admin_slash's position
in the plugins.ini file is not important for clients

Say /command @ blahblah, the empty @ sign will popup a menu of users and teams, ex: /slap @ 50

(Counter-Strike) Say /R command @all blahblah, the command will repeat every new round
say / and the wipe action menu will popup

There is an X-Target system that will emulate @ functionality for commands that can't.
For commands that can you can use the native @ALL @CT etc.

Ex. say /swap @ @
and you may pick 2 ppl to swap teams

Plain 07-17-2008 22:06

Re: Super Admin Slash
 
There's Smart Slash by Emp` but I guess yours is better.

bmann_420 07-18-2008 03:33

Re: Super Admin Slash
 
Very interesting indeed, as is most your work. Especially the modular team targeting you got their. I seen that once before :wink:

mando127 07-20-2008 02:49

Re: Super Admin Slash
 
nice mod :shock:

[DeathTV] Sid 6.7 07-21-2008 19:47

Re: Super Admin Slash
 
Thanks

This is my second-to-last plugin, I'll be updating PAR and MKM and relasing my last one, then I'm retiring. I'll still be available for support though.

AntiBots 07-21-2008 20:03

Re: Super Admin Slash
 
Gj. Is for admin that are very lasy.

WhightKnight 09-08-2008 18:21

Re: Super Admin Slash
 
Alright, I guess I'll use this over Emp`'s (mainly because of /R function). But just to be sure, this works for all commands right? aka pm_, gal_, etc. commands are all replaced with / right?

ner0tic 11-02-2008 15:04

Re: Super Admin Slash
 
this plugin isn't loading for me.

Code:

L 11/02/2008 - 14:54:37: [AMXX] Invalid Plugin (plugin "super_admin_slash.amxx")
L 11/02/2008 - 14:54:38: Invalid CVAR pointer

my plugins.ini - clean install so nothing fancy
Code:

; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx        ; admin base (required for any admin-related)
;admin_sql.amxx        ; admin base - SQL version (comment admin.amxx)

; Basic
admincmd.amxx        ; basic admin console commands
adminhelp.amxx        ; help command for admin console commands
;adminslots.amxx        ; slot reservation
multilingual.amxx    ; Multi-Lingual management

; Menus
menufront.amxx        ; front-end for admin menus
cmdmenu.amxx        ; command menu (speech, settings)
plmenu.amxx        ; players menu (kick, ban, client cmds.)
;telemenu.amxx        ; teleport menu (Fun Module required!)
mapsmenu.amxx        ; maps menu (vote, changelevel)

; Chat / Messages
adminchat.amxx        ; console chat commands
antiflood.amxx        ; prevent clients from chat-flooding the server
scrollmsg.amxx        ; displays a scrolling message
imessage.amxx        ; displays information messages
adminvote.amxx        ; vote commands

; Map related
;nextmap.amxx        ; displays next map in mapcycle
;mapchooser.amxx        ; allows to vote for next map
timeleft.amxx        ; displays time left on map

; Configuration
pausecfg.amxx        ; allows to pause and unpause some plugins
statscfg.amxx        ; allows to manage stats plugins via menu and commands

; Counter-Strike
;restmenu.amxx        ; restrict weapons menu
statsx.amxx        ; stats on death or round end (CSX Module required!)
;miscstats.amxx        ; bunch of events announcement for Counter-Strike
;stats_logging.amxx    ; weapons stats logging (CSX Module required!)

; Enable to use AMX Mod plugins
;amxmod_compat.amxx    ; AMX Mod backwards compatibility layer

; Custom - Add 3rd party plugins here
amx_super.amxx
super_admin_slash.amxx


ner0tic 11-02-2008 15:19

Re: Super Admin Slash
 
Quote:

Originally Posted by ner0tic (Post 709092)
this plugin isn't loading for me.

Code:

L 11/02/2008 - 14:54:37: [AMXX] Invalid Plugin (plugin "super_admin_slash.amxx")
L 11/02/2008 - 14:54:38: Invalid CVAR pointer

my plugins.ini - clean install so nothing fancy
Code:

; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx        ; admin base (required for any admin-related)
;admin_sql.amxx        ; admin base - SQL version (comment admin.amxx)

; Basic
admincmd.amxx        ; basic admin console commands
adminhelp.amxx        ; help command for admin console commands
;adminslots.amxx        ; slot reservation
multilingual.amxx    ; Multi-Lingual management

; Menus
menufront.amxx        ; front-end for admin menus
cmdmenu.amxx        ; command menu (speech, settings)
plmenu.amxx        ; players menu (kick, ban, client cmds.)
;telemenu.amxx        ; teleport menu (Fun Module required!)
mapsmenu.amxx        ; maps menu (vote, changelevel)

; Chat / Messages
adminchat.amxx        ; console chat commands
antiflood.amxx        ; prevent clients from chat-flooding the server
scrollmsg.amxx        ; displays a scrolling message
imessage.amxx        ; displays information messages
adminvote.amxx        ; vote commands

; Map related
;nextmap.amxx        ; displays next map in mapcycle
;mapchooser.amxx        ; allows to vote for next map
timeleft.amxx        ; displays time left on map

; Configuration
pausecfg.amxx        ; allows to pause and unpause some plugins
statscfg.amxx        ; allows to manage stats plugins via menu and commands

; Counter-Strike
;restmenu.amxx        ; restrict weapons menu
statsx.amxx        ; stats on death or round end (CSX Module required!)
;miscstats.amxx        ; bunch of events announcement for Counter-Strike
;stats_logging.amxx    ; weapons stats logging (CSX Module required!)

; Enable to use AMX Mod plugins
;amxmod_compat.amxx    ; AMX Mod backwards compatibility layer

; Custom - Add 3rd party plugins here
amx_super.amxx
super_admin_slash.amxx


solved my problem. i compiled it myself and it worked the site version was erroring on me.

TehNewb 12-05-2008 20:50

Re: Super Admin Slash
 
how we remove the /r exept of changing map?


All times are GMT -4. The time now is 08:55.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.