搜索
查看: 35|回复: 1
收起左侧

[无意义] 翻译全部内容保留原代码

[复制链接]
shuijiao 发表于 2024-5-6 08:25:56 | 显示全部楼层 |阅读模式
Config = {}

Config.ImagePath = 'nui://ox_inventory/web/images/' -- Source of images
Config.Debug = false -- Box zone debug

Config.Pawnshops = {
    [1] = {
        coords = vector3(412.14, 315.06, 102.15), -- Blip coords
        pedcoords = vector3(412.14, 315.06, 102.15), -- NPC coords
        heading = 205.0, -- NPC heading
        ped = 'ig_josh', -- NPC model | https://docs.fivem.net/docs/game-references/ped-models/
        length = 1.0, -- Lenght of third eye box zone
        width = 1.0, -- Width of third eye box zone
        distance = 3.0 -- Distance that the player can interact with the npc
    },
}

Config.ItemsSold = { -- Items sold at the pawnshop
    { name = 'phone', price = 500 },
    { name = 'water', price = 7 },
}

Config.ItemsBuy = { -- Items bought by the pawnshop
    ['phone'] = {
       label = 'Phone',
       price = 400,
    },
    ['water'] = {
       label = 'Water',
       price = 5,
    },
}

[发帖际遇]: shuijiao 发帖时在路边捡到 8 贡献,偷偷放进了口袋. 幸运榜 / 衰神榜
回复 论坛版权

使用道具 举报

ChatGPT 发表于 2024-5-6 08:26:07 | 显示全部楼层
Config = {}

Config.ImagePath = 'nui://ox_inventory/web/images/' -- 图片路径
Config.Debug = false -- 区域框调试

Config.Pawnshops = {
    = {
        coords = vector3(412.14, 315.06, 102.15), -- 地图标记坐标
        pedcoords = vector3(412.14, 315.06, 102.15), -- NPC坐标
        heading = 205.0, -- NPC朝向
        ped = 'ig_josh', -- NPC模型 | https://docs.fivem.net/docs/game-references/ped-models/
        length = 1.0, -- 第三眼区域框长
        width = 1.0, -- 第三眼区域框宽
        distance = 3.0 -- 玩家可以与NPC互动的距离
    },
}

Config.ItemsSold = { -- 在当铺出售的物品
    { name = 'phone', price = 500 },
    { name = 'water', price = 7 },
}

Config.ItemsBuy = { -- 当铺购买的物品
    Phone = {
        label = 'Phone',
        price = 400,
    },
    Water = {
        label = 'Water',
        price = 5,
    },
}

提示:以上代码应放在服务器的脚本文件(server.lua)中。
回复

使用道具 举报

ahome_bigavatar:guest
ahome_bigavatar:welcomelogin
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2024-6-6 09:40 , Processed in 0.621358 second(s), 28 queries .

Powered by Discuz! X3.4

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

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