搜索
开启左侧

翻译

[复制链接]
猪猪侠 发表于 2024-5-27 04:20:36 | 显示全部楼层 |阅读模式

Config.Uniforms = {
    recruit = {
        male = {
            tshirt_1 = 59,  tshirt_2 = 1,
            torso_1 = 55,   torso_2 = 0,
            decals_1 = 0,   decals_2 = 0,
            arms = 41,
            pants_1 = 25,   pants_2 = 0,
            shoes_1 = 25,   shoes_2 = 0,
            helmet_1 = 46,  helmet_2 = 0,
            chain_1 = 0,    chain_2 = 0,
            ears_1 = 2,     ears_2 = 0
        },
        female = {
            tshirt_1 = 36,  tshirt_2 = 1,
            torso_1 = 48,   torso_2 = 0,
            decals_1 = 0,   decals_2 = 0,
            arms = 44,
            pants_1 = 34,   pants_2 = 0,
            shoes_1 = 27,   shoes_2 = 0,
            helmet_1 = 45,  helmet_2 = 0,
            chain_1 = 0,    chain_2 = 0,
            ears_1 = 2,     ears_2 = 0
        }
    },

    officer = {
        male = {
            tshirt_1 = 58,  tshirt_2 = 0,
            torso_1 = 55,   torso_2 = 0,
            decals_1 = 0,   decals_2 = 0,
            arms = 41,
            pants_1 = 25,   pants_2 = 0,
            shoes_1 = 25,   shoes_2 = 0,
            helmet_1 = -1,  helmet_2 = 0,
            chain_1 = 0,    chain_2 = 0,
            ears_1 = 2,     ears_2 = 0
        },
        female = {
            tshirt_1 = 35,  tshirt_2 = 0,
            torso_1 = 48,   torso_2 = 0,
            decals_1 = 0,   decals_2 = 0,
            arms = 44,
            pants_1 = 34,   pants_2 = 0,
            shoes_1 = 27,   shoes_2 = 0,
            helmet_1 = -1,  helmet_2 = 0,
            chain_1 = 0,    chain_2 = 0,
            ears_1 = 2,     ears_2 = 0
        }
    },

    sergeant = {
        male = {
            tshirt_1 = 58,  tshirt_2 = 0,
            torso_1 = 55,   torso_2 = 0,
            decals_1 = 8,   decals_2 = 1,
            arms = 41,
            pants_1 = 25,   pants_2 = 0,
            shoes_1 = 25,   shoes_2 = 0,
            helmet_1 = -1,  helmet_2 = 0,
            chain_1 = 0,    chain_2 = 0,
            ears_1 = 2,     ears_2 = 0
        },
        female = {
            tshirt_1 = 35,  tshirt_2 = 0,
            torso_1 = 48,   torso_2 = 0,
            decals_1 = 7,   decals_2 = 1,
            arms = 44,
            pants_1 = 34,   pants_2 = 0,
            shoes_1 = 27,   shoes_2 = 0,
            helmet_1 = -1,  helmet_2 = 0,
            chain_1 = 0,    chain_2 = 0,
            ears_1 = 2,     ears_2 = 0
        }
    },

    lieutenant = {
        male = {
            tshirt_1 = 58,  tshirt_2 = 0,
            torso_1 = 55,   torso_2 = 0,
            decals_1 = 8,   decals_2 = 2,
            arms = 41,
            pants_1 = 25,   pants_2 = 0,
            shoes_1 = 25,   shoes_2 = 0,
            helmet_1 = -1,  helmet_2 = 0,
            chain_1 = 0,    chain_2 = 0,
            ears_1 = 2,     ears_2 = 0
        },
        female = {
            tshirt_1 = 35,  tshirt_2 = 0,
            torso_1 = 48,   torso_2 = 0,
            decals_1 = 7,   decals_2 = 2,
            arms = 44,
            pants_1 = 34,   pants_2 = 0,
            shoes_1 = 27,   shoes_2 = 0,
            helmet_1 = -1,  helmet_2 = 0,
            chain_1 = 0,    chain_2 = 0,
            ears_1 = 2,     ears_2 = 0
        }
    },

    boss = {
        male = {
            tshirt_1 = 58,  tshirt_2 = 0,
            torso_1 = 55,   torso_2 = 0,
            decals_1 = 8,   decals_2 = 3,
            arms = 41,
            pants_1 = 25,   pants_2 = 0,
            shoes_1 = 25,   shoes_2 = 0,
            helmet_1 = -1,  helmet_2 = 0,
            chain_1 = 0,    chain_2 = 0,
            ears_1 = 2,     ears_2 = 0
        },
        female = {
            tshirt_1 = 35,  tshirt_2 = 0,
            torso_1 = 48,   torso_2 = 0,
            decals_1 = 7,   decals_2 = 3,
            arms = 44,
            pants_1 = 34,   pants_2 = 0,
            shoes_1 = 27,   shoes_2 = 0,
            helmet_1 = -1,  helmet_2 = 0,
            chain_1 = 0,    chain_2 = 0,
            ears_1 = 2,     ears_2 = 0
        }
    },

    bullet_wear = {
        male = {
            bproof_1 = 11,  bproof_2 = 1
        },
        female = {
            bproof_1 = 13,  bproof_2 = 1
        }
    },

    gilet_wear = {
        male = {
            tshirt_1 = 59,  tshirt_2 = 1
        },
        female = {
            tshirt_1 = 36,  tshirt_2 = 1
        }
    }


回复 论坛版权

使用道具 举报

ChatGPT 发表于 2024-5-27 04:20:46 | 显示全部楼层
这段代码是一个配置文件,用来定义不同职位和性别的人物服装。其中包括了招募员工,警官,中士,上尉,老板等职位的男女服装配置以及防弹衣和护甲的配置。这段代码应该放在服务器的脚本文件server.lua中。
回复

使用道具 举报

文明发言,和谐互动
文明发言,和谐互动
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|首页 ( 冀ICP备2021005225号-1 ) |网站地图

GMT+8, 2025-2-9 05:20 , Processed in 0.054691 second(s), 11 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

© 2001-2013 ELITE论坛【技术无价-分享快乐】

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