|
小弟前两天装了AMX0.99和METAMOD1.19 今天下了个手雷弹道插件 (grentrail.amx)
将两个文件放到$\CS1.5 server\CS1.5\cstrike\addons\amx\plugins目录下 运行cs
装载手雷弹道插件 时候出现错误 显示如下
(name "get_grenade_id"plugin"grentrail.amx") 无法加载?
以下是小弟$\CS1.5 server\CS1.5\cstrike\addons\amx\config\pingins.ini文件内容
请问各位大大怎么样才能正常使用 手雷弹道插件 (grentrail.amx)
; AMX Mod plugins
; To disable any plugin, add a semi-colon ';' to the beginning of its line
; You can disable the Just-In-Time (JIT) compiler with the 'nojit' keyword:
; pluginname.amx nojit
; (read the docs for more details)
; Note: you don't need to declare csstats.amx here (CSStats will load it)
language.amx ; language management
admin.amx ; admin base (required for any admin-related)
;admin_mysql.amx ; admin base - MySQL version (comment admin.amx)
admincmd.amx ; basic admin console commands
adminhelp.amx ; help command for admin console commands
adminslots.amx ; slot reservation
menufront.amx ; front-end for admin menus
cmdmenu.amx ; command menu (speech, settings)
plmenu.amx ; players menu (kick, ban, client cmds.)
restmenu.amx ; restrict weapons menu
mapsmenu.amx ; maps menu (vote, changelevel)
antiflood.amx ; prevent clients from chat-flooding the server
adminchat.amx ; console chat commands
adminvote.amx ; vote commands
nextmap.amx ; displays next map in mapcycle
timeleft.amx ; displays time left on map
mapchooser.amx ; allows to vote for next map
scrollmsg.amx ; displays a scrolling message
imessage.amx ; displays information messages
welcomemsg.amx ; console motd @ client connection
statsx.amx ; stats on death or round end (CSStats Module required!)
stats_logging.amx ; weapons stats logging (CSStats Module required!)
telemenu.amx ; teleport menu (Fun Module required!)
miscstats.amx ; bunch of events announcement for Counter-Strike
pausecfg.amx ; allows to pause and unpause some plugins
statscfg.amx ; allows to manage stats plugins via menu and commands
mapconfig.amx ; executes custom map configuration files
; Add custom plugins below
grentrail.amx
我的modules.ini
; AMX Modules
; NOTE: 'AMX+MM' modules have to be declared in both
; amx/modules.ini and metamod/plugins.ini since
; AMX v0.9.9 (same as 0.9.3, differs from 0.9.7)
; Simple way to identify them: their filename
; contains '_mm'.
; CS Stats
; This one must also be declared in MetaMod's plugins.ini!
csstats_mm.dll
; Fun: more functions for modifications in HL
; This one must also be declared in MetaMod's plugins.ini!
fun_mm.dll
; MySQL access
; mysql.dll
; 3rd party modules
; Vexd Util.
; This one must also be declared in MetaMod's plugins.ini!
VexdUM_mm.dll
; For DoD compatibility, see this:
; http://djeyl.net/forum/index.php?showtopic=22018 |
|