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 menu default and ox_lib input dialog.
Config File
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
Informations
Code is accessible | Yes |
Subscription-based | No |
Lines (approximately) | N/A |
Requirements | ESX (Legacy), ESX_Menu_Default, OX_Lib (Latest) |
Support | Yes |
Preview
How to Download
First Step: · Download the file via Github oder direct download at the bottom.
2. Step · Drag and drop the Script in your “resources” folder.
3. Step · Configure the Script in config.lua to your taste.
4. Step · Add to your server.cfg file: start bmw_autoscooter
5. Step · Now Restart the server and just have fun!
❌💸Download
bmw_autoscooter.rar (3.2 KB)
Github Download