[FREE] [RELEASE] [ESX] Bumper Script / Autoscooter Script
BMW Bumperscript This is now the official release of bmw_autoscooter. its easily to use but its only for esx legacy. its open source and easily to configure the spawn point, price, time, vehicle etc pp. in the config.lua. Here, is a example snippet from the config.lua it works btw with esx...
forum.cfx.re
的正式版本。它易于使用,但仅适用于 esx 旧版。 它是开源的,并且易于在 config.lua 中配置生成点、价格、时间、车辆等。以下是来自config.lua的示例片段, 它与 esx 菜单默认值和 ox_lib 输入对话框一起工作。
lua:
Config = {}
Config.TimePerTicket = 60000 -- ms
Config.Locale = "EN" -- DE or EN
Config.SpawnName = "adder"
Config.SpawnPoint = vec3(-1091.18, -2872.30, 13.96) -- place your own vector3 coords.
Config.Plate = "Bumper"
Config.BuyPoint = vec3(-1092.69, -2867.14, 13.96)
function _(str, ...)
if Locales[Config.Locale] and Locales[Config.Locale][str] then
return string.format(Locales[Config.Locale][str], ...)
else
return 'Translation [' .. str .. '] does not exist'
end
end
第一步: ·通过 Github 下载文件或从底部直接下载。
第二步 ·将脚本拖放到“资源”文件夹中。
第三步 ·根据您的喜好在 config.lua 中配置脚本。
第四步 ·添加到您的server.cfg文件:start bmw_autoscooter
第五步 ·现在重新启动服务器并尽情享受吧!
bmw_autoscooter.rar (3.2 KB)
Github 下载