Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

PAID CodeCollective_Car_System

Joined
Jul 27, 2022
Messages
9
Reaction score
0
Points
156
Age
28
Location
Dortmund
CodeCollective_Car_System

View attachment 16706
The Script offers the following features:

  • Vehicle Type Selection: You can choose whether each vehicle in the configuration is for a job, for rent, or in a shop.
  • Adding vehicles: Via a user-friendly menu you can add new vehicles to the script and they are automatically saved in the database and in the Config.lua. This allows you to dynamically expand the vehicle list.
  • Reloading Vehicles: There is a function to update and reload the preview vehicles, ensuring that changes in the vehicle configuration take effect immediately.
  • License Plates and Colors: There are plans to add the ability to change license plates and colors for vehicles in the configuration and in the database through the menu.
  • Existing Vehicle List: The script manages a list of existing vehicles, allowing you to keep track of and manage them.
  • Blinking: You can use the blinker function to activate the left, right, or both blinkers of the vehicle.
  • Engine On/Off: You can toggle the engine of the vehicle on and off.
  • User-Friendly Menu: The menu is designed for ease of use, providing convenient access to all functions and settings.
  • Additionally, there are plans to implement a garage feature that allows players to retrieve their vehicles.
  • Jobs can recall their vehicles using a menu. (Jobs can be edited in the config)
  • Discord Notification when added a car in your System
Code:
TriggerEvent(CodeCollective_Car_System:openJobVehiclesMenu')

Needed:
ESX(es_extended new)
MySQL (oxmysql or mysql-async)

Installation:
Import SQL in your Database
Import Script in your Ressource folder
Edit Config.lua

server.cfg
ensure CodeCollective_Car_System
(Don’t change the resource name, otherwise the script won’t work)

View attachment 16640

Links:
(Tebex)
(Is old version)



Important information:
The Script is Asscrow protected with the Official Keymaster System
 
Last edited:
Joined
Jul 27, 2022
Messages
9
Reaction score
0
Points
156
Age
28
Location
Dortmund
Update Log

cc-carsystem.png

Asset:


CodeCollective_Car_System Version: 2.0.2
Changelog:

Added Kicks a player out of the vehicle if they don't have job permissions or don't have enough money

Added Config.RefreshAfterAdd = false

Added Config.VehAddedMessage = "Vehicle is added to Config and Database"
Changes:

client/client.lua

shared/config.lua

server/server.lua

server/custom/discord.lua


fxmanifest.lua
 
Last edited:
Top