🚗 Installation Guide - Vehicle Rental System
🔧 Installation Steps
📂 1. Upload the script to your server
⚙ 2. Configure the config.lua file
config.lua fileConfig.Locale = 'en' --es | en | frConfig.BillItem = 'bill' --Put the name of the item you want hereConfig.MaxMinutes = 120 --Put here what you want the maximum rental amounts to beConfig.Webhook = { URL = 'https://discord.com/api/webhooks/your-webhook-url', --Put your Webhook here Name = 'Alquiler de Vehículos', --Put the name of the webhook here Color = 16711680, -- Set the color of your webhook (html) here Image = 'https://example.com/image.png', --Put your webhook image here Thumbnail = 'https://example.com/thumbnail.png' --Put your webhook image here
🚶♂️ 4. Configure NPCs & Locations
🚘 5. Configure Rental Vehicles & Prices
⛏️ 6. Add the item to the ox_inventory
📍7. Add the image of the item in ox_inventory
📜 8. Add the script to your server.cfg
server.cfg🔄 9. Restart your server & enjoy!
Last updated