|
I - 描述
管理员和VIP进入服务器得时候会出现声音几声音的提醒
声音文件放置在 "addons/sourcemod/configs/drapi/join_sounds.cfg" 将会被自动下载。 插件是可以自定义化的。 !js是可以打开菜单的
II - 代码
[mw_shl_code=c,true]"drapi_join_sounds_join_admin_tchat" "1" - "Enable/Disable Admin message join"
"drapi_join_sounds_join_vip_tchat" "1" - "Enable/Disable Vip message join"
"drapi_join_sounds_join_admin_sound" "1" - "Enable/Disable Admin sound join"
"drapi_join_sounds_join_vip_sound" "1" - "Enable/Disable Admin sound join"
"drapi_join_sounds_leave_admin_tchat" "1" - "Enable/Disable Admin message leave"
"drapi_join_sounds_leave_vip_tchat" "1" - "Enable/Disable Vip message leave"
"drapi_join_sounds_leave_admin_sound" "1" - "Enable/Disable Admin sound leave"
"drapi_join_sounds_leave_vip_sound" "1" - "Enable/Disable Vip sound leave"[/mw_shl_code]
III - 配置
[mw_shl_code=c,true]"Sounds"
{
"Sounds"
{
"AdminJoin"
{
"1" "join_sounds/admin_join_dubstep.mp3"
"2" "join_sounds/admin_join_scooter.mp3"
"3" "join_sounds/admin_join_starwars.mp3"
}
"AdminLeave"
{
"1" "join_sounds/admin_leave_announce.mp3"
}
"VipJoin"
{
"1" "join_sounds/vip_join_samba.mp3"
}
"VipLeave"
{
"1" "join_sounds/vip_leave_baby.mp3"
}
}
}[/mw_shl_code]
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注个册吧
×
|