搜索
查看: 9215|回复: 3

[CS:GO] 烟雾弹颜色 Grenade smoke colors

[复制链接]
发表于 2015-10-3 06:32:50 | 显示全部楼层 |阅读模式 来自 北京
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]





本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注个册吧

×
发表于 2017-5-16 12:21:24 | 显示全部楼层 来自 浙江绍兴
要特定用户才能下载???
回复

使用道具 举报

发表于 2020-8-17 02:42:06 来自手机 | 显示全部楼层 来自 中国
哈哈,这方面不太清楚,正好研究一下
回复

使用道具 举报

发表于 2021-5-15 03:35:04 | 显示全部楼层 来自 北京
这个好看
回复

使用道具 举报

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

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