|
I - 描述
改变烟雾弹颜色插件使用定制的.pcf文件
你可以随机选择颜色,也可以根据自己的喜好选择。 对于后者,如果玩家被允许选择颜色,那么他必须输入!sc来选择他喜好的颜色
II - 配置
[mw_shl_code=c,true]"SmokeColors"
{
"SmokeColors"
{
"SmokeColors"
{
// FILE | PARTICLE | SCREEN COLOR
"0" " | explosion_smokegrenade | 64, 64, 64" // DON'T EDIT/DELETE THIS
"1" "smoke_colors_red | explosion_smokegrenade_base_red | 166, 21, 21" //RED
"2" "smoke_colors_green | explosion_smokegrenade_base_green | 42, 133, 2" //GREEN
"3" "smoke_colors_blue | explosion_smokegrenade_base_blue | 51, 102, 218" //BLUE
"4" "smoke_colors_pink | explosion_smokegrenade_base_pink | 230, 8, 1701" //PINK
"5" "smoke_colors_orange | explosion_smokegrenade_base_orange | 181, 96, 13" //ORANGE
"6" "smoke_colors_black | explosion_smokegrenade_base_black | 0, 0, 0" //BLACK
"7" "smoke_colors_lime | explosion_smokegrenade_base_lime | 50, 255, 50" //LIME
"8" "smoke_colors_cyan | explosion_smokegrenade_base_cyan | 0, 255, 255" //CYAN
"9" "smoke_colors_yellow | explosion_smokegrenade_base_yellow | 255, 255, 0" //YELLOW
"10" "smoke_colors_water_effect | explosion_smokegrenade_base_water_effect | 153, 255, 204" //WATER
}
//DON'T FORGET TO ADD A SENTENCE ON THE TRANSLATION FILE. OR THE COLOR WILL NOT APPEAR IN THE MENU.
"SmokeColorsAccess"
{
//EXAMPLE
//"0"
//{
//"flags" "steamid" // flag for use the smoke color(public, vip, admin, steamid)
//"SteamIDs" // or steamids allowed to use the smoke color(can be use with steamid, vip or admin flags)
//{
//"0" "STEAM_1:1:448991"
//}
//}
"0"
{
"flags" "public" // flag for use the smoke color (public, vip, admin, steamid)
"SteamIDs" // or steamids allowed to use the smoke color(can be use with steamid, vip or admin flags)
{
}
}
"1"
{
"flags" "public" // flag for use the smoke color(public, vip, admin, steamid)
"SteamIDs" // or steamids allowed to use the smoke color(can be use with steamid, vip or admin flags)
{
}
}
"2"
{
"flags" "public" // flag for use the smoke color (public, vip, admin, steamid)
"SteamIDs" // or steamids allowed to use the smoke color(can be use with steamid, vip or admin flags)
{
}
}
"3"
{
"flags" "public" // flag for use the smoke color (public, vip, admin, steamid)
"SteamIDs" // or steamids allowed to use the smoke color(can be use with steamid, vip or admin flags)
{
}
}
"4"
{
"flags" "public" // flag for use the smoke color (public, vip, admin, steamid)
"SteamIDs" // or steamids allowed to use the smoke color(can be use with steamid, vip or admin flags)
{
}
}
"5"
{
"flags" "public" // flag for use the smoke color (public, vip, admin, steamid)
"SteamIDs" // or steamids allowed to use the smoke color(can be use with steamid, vip or admin flags)
{
}
}
"6"
{
"flags" "public" // flag for use the smoke color (public, vip, admin, steamid)
"SteamIDs" // or steamids allowed to use the smoke color(can be use with steamid, vip or admin flags)
{
}
}
"7"
{
"flags" "public" // flag for use the smoke color (public, vip, admin, steamid)
"SteamIDs" // or steamids allowed to use the smoke color(can be use with steamid, vip or admin flags)
{
}
}
"8"
{
"flags" "public" // flag for use the smoke color (public, vip, admin, steamid)
"SteamIDs" // or steamids allowed to use the smoke color(can be use with steamid, vip or admin flags)
{
}
}
"9"
{
"flags" "public" // flag for use the smoke color (public, vip, admin, steamid)
"SteamIDs" // or steamids allowed to use the smoke color(can be use with steamid, vip or admin flags)
{
}
}
"10"
{
"flags" "public" // flag for use the smoke color (public, vip, admin, steamid)
"SteamIDs" // or steamids allowed to use the smoke color(can be use with steamid, vip or admin flags)
{
}
}
}
}
}[/mw_shl_code]
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注个册吧
×
|