Raised This Month: $7 Target: $400
 1% 

Super Admin Slash


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   ALL        Category:   Admin Commands        Approver:   v3x (159)
[DeathTV] Sid 6.7
Member
Join Date: Oct 2007
Old 07-17-2008 , 20:20   Super Admin Slash
Reply With Quote #1

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
Attached Thumbnails
Click image for larger version

Name:	superadminslash.gif
Views:	7584
Size:	6.3 KB
ID:	28965  
Attached Files
File Type: sma Get Plugin or Get Source (super_admin_slash.sma - 5178 views - 7.8 KB)
__________________
Power Votes Core << Democracy at your fingertips
Get Mortal Kombat Miscstats for CS
[DeathTV] Sid 6.7 is offline
Plain
Member
Join Date: Oct 2007
Location: CA
Old 07-17-2008 , 22:06   Re: Super Admin Slash
Reply With Quote #2

There's Smart Slash by Emp` but I guess yours is better.

Last edited by Plain; 07-17-2008 at 23:16.
Plain is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 07-18-2008 , 03:33   Re: Super Admin Slash
Reply With Quote #3

Very interesting indeed, as is most your work. Especially the modular team targeting you got their. I seen that once before
__________________
bmann_420 is offline
mando127
Veteran Member
Join Date: Dec 2006
Location: virginia
Old 07-20-2008 , 02:49   Re: Super Admin Slash
Reply With Quote #4

nice mod
__________________
mando127 is offline
Send a message via Skype™ to mando127
[DeathTV] Sid 6.7
Member
Join Date: Oct 2007
Old 07-21-2008 , 19:47   Re: Super Admin Slash
Reply With Quote #5

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.
__________________
Power Votes Core << Democracy at your fingertips
Get Mortal Kombat Miscstats for CS
[DeathTV] Sid 6.7 is offline
AntiBots
Veteran Member
Join Date: May 2008
Location: Brazil
Old 07-21-2008 , 20:03   Re: Super Admin Slash
Reply With Quote #6

Gj. Is for admin that are very lasy.
__________________
AntiBots is offline
Send a message via ICQ to AntiBots Send a message via MSN to AntiBots Send a message via Skype™ to AntiBots
WhightKnight
Senior Member
Join Date: Jun 2008
Old 09-08-2008 , 18:21   Re: Super Admin Slash
Reply With Quote #7

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?
__________________
WhightKnight is offline
ner0tic
Junior Member
Join Date: Dec 2007
Old 11-02-2008 , 15:04   Re: Super Admin Slash
Reply With Quote #8

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 is offline
ner0tic
Junior Member
Join Date: Dec 2007
Old 11-02-2008 , 15:19   Re: Super Admin Slash
Reply With Quote #9

Quote:
Originally Posted by ner0tic View Post
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.
ner0tic is offline
TehNewb
Member
Join Date: Nov 2007
Old 12-05-2008 , 20:50   Re: Super Admin Slash
Reply With Quote #10

how we remove the /r exept of changing map?
TehNewb is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:32.


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