jnzcy626 发表于 2024-8-12 12:44:06

翻译中文,不删减


------------                                        ------------
------------ THIS SCRIPT IS CREATED BY HLIB LGHOULA ------------
------------                                        ------------

Config = {}

Config.Framework = "newqb" -- "newesx" || "oldesx" || "newqb" || "oldqb"
Config.Mysql = "oxmysql" -- "mysql-async" , "ghmattimysql" , "oxmysql"

Config.menucommand = 'wantedmenu' -- menu command
Config.menubutton = 'F7' -- menu open button // leave blank '' if you dont want a button
Config.policejob = "police" -- police job name
Config.policejob2 = "fbi"
Config.EnableGlobalNotification = true -- enable global wanted notification for all players
Config.NotificationDuration = 30 -- in secs -- the duration of the global notification
Config.MinTimeBetweenSpots = 2 -- in mins -- min time between each npc spot for the wanted person
Config.NpcSpot = true -- enable the npc spot
Config.DisplayWantedLogo = true -- display the "WANTED" logo for the wanted players
Config.NpcSpotDistance = 16 -- max distance between the wanted player and the npc to be spotted
Config.AutoRemoveWanted = true -- auto remove wanted status when the player gets cuffed by a police officer -- disabled for esx
Config.CanHideWithMask = false -- wanted player wont be recognized by npc when he is wearing mask
Config.NpcCallChance = 1.0 -- Default: 50%-- the chance for the npc to call the police on you
--- Menus
Config.MenuStyle = "native" -- you can choose between "native" or "default"
Config.MenuSize = "size-100" -- you can choose between "size-100" | "size-110" | "size-125" | "size-150" | "size-175" | "size-200"
Config.MenuLocation = "topright" -- e.g. topright (default), topleft, bottomright, bottomleft
Config.Title = "Wanted Menu"
Config.menu1 = "警察通缉菜单"
Config.menu2 = "设置通缉犯"
Config.menu3 = "移除通缉"
Config.menu4 = "通缉犯列表"
Config.menu5 = "检查旁边玩家通缉状态"
Config.menu6 = "通缉状态"
Config.menu7 = "在线公民"
Config.menu8 = "在线通缉公民名单"
Config.menu9 = "附近的市民"
Config.icon1 = '

ChatGPT 发表于 2024-8-12 12:53:56

------------                                        ------------
------------ 此脚本由 HLIB LGHOULA 创建 ------------
------------                                        ------------

Config = {}

Config.Framework = "newqb" -- "newesx" || "oldesx" || "newqb" || "oldqb"
Config.Mysql = "oxmysql" -- "mysql-async", "ghmattimysql", "oxmysql"

Config.menucommand = 'wantedmenu' -- 菜单命令
Config.menubutton = 'F7' -- 菜单打开按钮 // 如果不想要按钮,请留空 ''
Config.policejob = "police" -- 警察职业名称
Config.policejob2 = "fbi"
Config.EnableGlobalNotification = true -- 启用全局通缉通知给所有玩家
Config.NotificationDuration = 30 -- 秒数 -- 全局通知的持续时间
Config.MinTimeBetweenSpots = 2 -- 分钟 -- 每次NPC出现通缉犯之间的最小时间
Config.NpcSpot = true -- 启用NPC点位
Config.DisplayWantedLogo = true -- 显示通缉玩家的"WANTED"标志
Config.NpcSpotDistance = 16 -- 通缉玩家与NPC被发现的最大距离
Config.AutoRemoveWanted = true -- 玩家被警察铐住时自动移除通缉状态 -- 对ESX禁用
Config.CanHideWithMask = false -- 通缉玩家佩戴面具时不会被NPC识别
Config.NpcCallChance = 1.0 -- 默认: 50% -- NPC报警的几率
--- 菜单
Config.MenuStyle = "native" -- 你可以选择 "native" 或 "default"
Config.MenuSize = "size-100" -- 你可以选择 "size-100" | "size-110" | "size-125" | "size-150" | "size-175" | "size-200"
Config.MenuLocation = "topright" -- 例如:topright(默认)、topleft、bottomright、bottomleft
Config.Title = "通缉菜单"
Config.menu1 = "警察通缉菜单"
Config.menu2 = "设置通缉犯"
Config.menu3 = "移除通缉"
Config.menu4 = "通缉犯列表"
Config.menu5 = "检查旁边玩家通缉状态"
Config.menu6 = "通缉状态"
Config.menu7 = "在线公民"
Config.menu8 = "在线通缉公民名单"
Config.menu9 = "附近的市民"
Config.icon1 = ''
页: [1]
查看完整版本: 翻译中文,不删减