Discord : https://discord.gg/VHDbgpnBbR
Welcome to Raxon's Server! This repository contains the ND_First_Car starter vehicle script for FiveM. New players automatically receive a free Asbo when they join the server if they don't already own one.
- Starter Vehicle: Players receive an Asbo as their first vehicle.
- Unique License Plates: Automatically generates unique plates with a customizable prefix.
- Database Integration: Uses
oxmysqlfor seamless MySQL database operations. - Player Notification: Sends a welcome message with vehicle details.
- Debug Logging: Clear console messages for easy troubleshooting.
- Starter Car:
asbo - Plate Prefix:
NEW
Modify these values at the top of the script to fit your server's needs:
local carModel = "asbo" -- Change this to any vehicle model you prefer
local carPlatePrefix = "NEW" -- Customize the plate prefix-
Add to
server.cfg:ensure ND_First_Car
-
Restart the Server:
restart ND_First_Car
- oxmysql: Ensure
oxmysqlis installed and properly configured on your server.
- When a player joins, the script checks if they already own an Asbo.
- If they don't, it generates a unique plate and adds the vehicle to their garage.
- The player receives a welcome message with their new vehicle details.
We welcome contributions! If you have ideas, enhancements, or bug fixes, feel free to create a pull request.
This project is licensed under the MIT License.
- Discord: Join Our Community
- Website: raxons-server.com
Happy driving on Raxon's Server! ⚙️ 🚗
