example
example

已解决√ 求助 illenium-appearance这个插件这么在医院加整容进去

ttvv8866

用户
认证用户
黄金
40.00G
illenium-appearance这个插件这么在医院加整容进去就是可以换男女的可以直接整容的那种在医院
 
找找config,lua中有没有配置选项,看不懂英文就全扔到deepl里看看都是什么
 
在 config.lua的176行开始是各种商店的配置
然后在代码块里边添加一个type为surgeon的商店,就是外壳医生的整容店。代码如下,我只改了type,其他坐标你自己去测试然后修改呢
Lua:
{
        type = "surgeon",
        coords = vector4(1693.2, 4828.11, 42.07, 188.66),
        size = vector3(4, 4, 4),
        rotation = 45,
        usePoly = false, -- false => uses the size + rotation to create the zone | true => uses points to create the zone
        showBlip = true, -- overrides the blip visibilty configured above for the group
        --targetModel = "s_m_m_doctor_01", -- overrides the target ped configured for the group
        --targetScenario = "" -- overrides the target scenario configure for the group
        points = {
            vector3(1686.9018554688, 4829.8330078125, 42.07),
            vector3(1698.8566894531, 4831.4604492188, 42.07),
            vector3(1700.2448730469, 4817.7734375, 42.07),
            vector3(1688.3682861328, 4816.2954101562, 42.07)
        }
    },
 
后退
顶部