|
楼主 |
发表于 2005-1-7 13:15:44
|
显示全部楼层
来自 中国–陕西–西安
; AMX Mod plugins
; plugins work on linux and win32
; admin base (required for any admin-related)
admin.amx
; admins loaded from a mysql database
; (do NOT comment admin.amx out)
;admin_mysql.amx
; basic admin console commands
admincmd.amx
; help command for admin console commands
adminhelp.amx
; basic admin menus
adminmenu.amx
; slot reservation
adminslots.amx
; console chat commands
adminchat.amx
; vote commands
adminvote.amx
; prevent clients from chat-flooding the server
antiflood.amx
; displays next map in mapcycle
nextmap.amx
; displays time left on map
timeleft.amx
; allows to vote for next map
mapchooser.amx
; displays a scrolling message
scrollmsg.amx
; displays information messages
imessage.amx
; console motd @ client connection
welcomemsg.amx
; displays attackers, victims and weapon stats on death or round end
; to use with CS Stats module
stats.amx
; weapons stats logging
; to use with CS Stats module
stats_logging.amx
; allows to pause and unpause some plugins via admin commands
ppause.amx
;ATAC防止友军伤害的惩罚插件
amx_atac.amx
;客户端config检查插件
cfg_checker.amx
;类似于SM的玩家游戏数据显示插件
endround_stats.amx
;显示友军伤害警告彩色信息
ta_warning.amx
;显示游戏中各种事件的声音插件
ultimate_sound.amx
;进入游戏后显示游戏的MOTD信息(适用于1.6版本CS)
dynamic_motd.amx
;玩家无敌模式(看到作弊的就把自己变无敌去杀他,看他还作弊不)
admin_godmode.amx
;传送玩家功能插件(与clanmod的传送差不多)
teleport.amx
;刷屏一次
admin_restartround.amx
;埋葬某个玩家插件
admin_bury.amx
;开始一场12局的比赛
amx_match_deluxe.amx
;给特定玩家某武器
amx_weapon.amx
---------------------就这些东西了 你说的是要看这些东西吗? |
|