搜索
查看: 1907|回复: 3

帮忙!帮我做个插件,内容是.....

[复制链接]
发表于 2003-11-30 15:06:22 | 显示全部楼层 |阅读模式 来自 河北石家庄
我在使用插件时,总是看见屏幕中央是"欢迎到某某的游戏"

有谁能帮我做一个.
 楼主| 发表于 2003-11-30 16:10:11 | 显示全部楼层 来自 河北石家庄

侃侃这个AMX

// AMX Configuration File
// File location: $moddir/addons/amx
// Some cvars settings for AMX plugins

// Default access (see users.ini for access details)
amx_default_access ""

// Name of setinfo which should store the password on client
// f.e. with current settings admin should have line in his config: setinfo _pw hello
amx_password_field "_pw"

// Mode of logging to the server
// 2 - kick all players not on list
// 1 - normal mode
// 0 - disable logging, players won't be checked (and access won't be set)
amx_mode 1

// Show admins activity
// 0 - disabled
// 1 - show without admin nick
// 2 - show with nick
amx_show_activity 2

// Some info displaying and frequency of scrolling message in sec.
amx_scrollmsg "// AMX Configuration File
// File location: $moddir/addons/amx
// Some cvars settings for AMX plugins

// Default access (see users.ini for access details)
amx_default_access ""

// Name of setinfo which should store the password on client
// f.e. with current settings admin should have line in his config: setinfo _pw hello
amx_password_field "_pw"

// Mode of logging to the server
// 2 - kick all players not on list
// 1 - normal mode
// 0 - disable logging, players won't be checked (and access won't be set)
amx_mode 1

// Show admins activity
// 0 - disabled
// 1 - show without admin nick
// 2 - show with nick
amx_show_activity 2

// Some info displaying and frequency of scrolling message in sec.
amx_scrollmsg "Welcome to %hostname% -- This server is using AMX -- Visit http://amxmod.net" 300

// Frequency of information messages in sec.
amx_freq_imessage 180

// Plain information messages
amx_imessage "Welcome to %hostname%" "255100000"
amx_imessage "This server is using AMX\nVisit http://amxmod.net" "000100255"

// Set chat-flood protection
amx_flood_time 0.75

// Kicking rules to keep reservered slots free
// 0 - don't kick anyone and keep reserved slots only for players with reservation
// 1 - kick by shortest playing time
// 2 - kick by worst ping
// 3 - don't kick anyone and put on remaining reserved slots only players with reservation
amx_reservation 3

// Amount for reserved slots
amx_reserved_slots 2

// Time remaining displaying
// a - display text
// b - use voice
// c - don't add "remaining" (only in voice)
// d - don't add "hours/minutes/seconds" (only in voice)
// e - show/speak if current time is less than this set
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"

// Minimum delay in seconds between two voting sessions
amx_vote_delay 30

// How long voting session go on
amx_vote_time 10

// Display who votes for what
amx_vote_answers 1

// Some ratios for voting success
amx_votekick_ratio 0.40
amx_voteban_ratio 0.40
amx_votemap_ratio 0.40
amx_vote_ratio 0.02

// Stats settings
// For stats settings use amx_statscfg admin command

// Announce "say thetime" and "say timeleft" with voice
amx_time_voice 1

// Max. time to which map can be extended
amx_extendmap_max 90

// Step for each extending
amx_extendmap_step 15

// AMX Configuration File
// File location: $moddir/addons/amx
// Some cvars settings for AMX plugins

// Default access (see users.ini for access details)
amx_default_access ""

// Name of setinfo which should store the password on client
// f.e. with current settings admin should have line in his config: setinfo _pw hello
amx_password_field "_pw"

// Mode of logging to the server
// 2 - kick all players not on list
// 1 - normal mode
// 0 - disable logging, players won't be checked (and access won't be set)
amx_mode 1

// Show admins activity
// 0 - disabled
// 1 - show without admin nick
// 2 - show with nick
amx_show_activity 2

// Some info displaying and frequency of scrolling message in sec.
amx_scrollmsg "Welcome to %hostname% -- This server is using AMX -- Visit http://amxmod.net" 300

// Frequency of information messages in sec.
amx_freq_imessage 180

// Plain information messages
amx_imessage "Welcome to %hostname%" "255100000"
amx_imessage "This server is using AMX\nVisit http://amxmod.net" "000100255"

// Set chat-flood protection
amx_flood_time 0.75

// Kicking rules to keep reservered slots free
// 0 - don't kick anyone and keep reserved slots only for players with reservation
// 1 - kick by shortest playing time
// 2 - kick by worst ping
// 3 - don't kick anyone and put on remaining reserved slots only players with reservation
amx_reservation 3

// Amount for reserved slots
amx_reserved_slots 2

// Time remaining displaying
// a - display text
// b - use voice
// c - don't add "remaining" (only in voice)
// d - don't add "hours/minutes/seconds" (only in voice)
// e - show/speak if current time is less than this set
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"

// Minimum delay in seconds between two voting sessions
amx_vote_delay 30

// How long voting session go on
amx_vote_time 10

// Display who votes for what
amx_vote_answers 1

// Some ratios for voting success
amx_votekick_ratio 0.40
amx_voteban_ratio 0.40
amx_votemap_ratio 0.40
amx_vote_ratio 0.02

// Stats settings
// For stats settings use amx_statscfg admin command

// Announce "say thetime" and "say timeleft" with voice
amx_time_voice 1

// Max. time to which map can be extended
amx_extendmap_max 90

// Step for each extending
amx_extendmap_step 15

// AMX Configuration File
// File location: $moddir/addons/amx
// Some cvars settings for AMX plugins

// Default access (see users.ini for access details)
amx_default_access ""

// Name of setinfo which should store the password on client
// f.e. with current settings admin should have line in his config: setinfo _pw hello
amx_password_field "_pw"

// Mode of logging to the server
// 2 - kick all players not on list
// 1 - normal mode
// 0 - disable logging, players won't be checked (and access won't be set)
amx_mode 1

// Show admins activity
// 0 - disabled
// 1 - show without admin nick
// 2 - show with nick
amx_show_activity 2

// Some info displaying and frequency of scrolling message in sec.
amx_scrollmsg "Welcome to %hostname% -- This server is using AMX -- Visit http://amxmod.net" 300

// Frequency of information messages in sec.
amx_freq_imessage 180

// Plain information messages
amx_imessage "Welcome to %hostname%" "255100000"
amx_imessage "This server is using AMX\nVisit http://amxmod.net" "000100255"

// Set chat-flood protection
amx_flood_time 0.75

// Kicking rules to keep reservered slots free
// 0 - don't kick anyone and keep reserved slots only for players with reservation
// 1 - kick by shortest playing time
// 2 - kick by worst ping
// 3 - don't kick anyone and put on remaining reserved slots only players with reservation
amx_reservation 3

// Amount for reserved slots
amx_reserved_slots 2

// Time remaining displaying
// a - display text
// b - use voice
// c - don't add "remaining" (only in voice)
// d - don't add "hours/minutes/seconds" (only in voice)
// e - show/speak if current time is less than this set
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"

// Minimum delay in seconds between two voting sessions
amx_vote_delay 30

// How long voting session go on
amx_vote_time 10

// Display who votes for what
amx_vote_answers 1

// Some ratios for voting success
amx_votekick_ratio 0.40
amx_voteban_ratio 0.40
amx_votemap_ratio 0.40
amx_vote_ratio 0.02

// Stats settings
// For stats settings use amx_statscfg admin command

// Announce "say thetime" and "say timeleft" with voice
amx_time_voice 1

// Max. time to which map can be extended
amx_extendmap_max 90

// Step for each extending
amx_extendmap_step 15

-- This server is using AMX -- Visit http://amxmod.net" 300

// Frequency of information messages in sec.
amx_freq_imessage 180

// Plain information messages
amx_imessage "Welcome to %hostname%" "255100000"
amx_imessage "This server is using AMX\nVisit http://amxmod.net" "000100255"

// Set chat-flood protection
amx_flood_time 0.75

// Kicking rules to keep reservered slots free
// 0 - don't kick anyone and keep reserved slots only for players with reservation
// 1 - kick by shortest playing time
// 2 - kick by worst ping
// 3 - don't kick anyone and put on remaining reserved slots only players with reservation
amx_reservation 3

// Amount for reserved slots
amx_reserved_slots 2

// Time remaining displaying
// a - display text
// b - use voice
// c - don't add "remaining" (only in voice)
// d - don't add "hours/minutes/seconds" (only in voice)
// e - show/speak if current time is less than this set
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"

// Minimum delay in seconds between two voting sessions
amx_vote_delay 30

// How long voting session go on
amx_vote_time 10

// Display who votes for what
amx_vote_answers 1

// Some ratios for voting success
amx_votekick_ratio 0.40
amx_voteban_ratio 0.40
amx_votemap_ratio 0.40
amx_vote_ratio 0.02

// Stats settings
// For stats settings use amx_statscfg admin command

// Announce "say thetime" and "say timeleft" with voice
amx_time_voice 1

// Max. time to which map can be extended
amx_extendmap_max 90

// Step for each extending
amx_extendmap_step 15

我想把他弄到我的CFG里面,那位大哥帮帮我?

Welcome to %hostname出现在我见得服务器里面.
回复

使用道具 举报

发表于 2003-12-1 04:09:24 | 显示全部楼层 来自 日本
修改自带的motd就可以了
回复

使用道具 举报

 楼主| 发表于 2003-12-1 12:30:14 | 显示全部楼层 来自 河北石家庄

大哥教我.

:yeah: :yeah: :yeah: :yeah:
回复

使用道具 举报

游客
回复
您需要登录后才可以回帖 登录 | 注个册吧

快速回复 返回顶部 返回列表