Server Configuration
π Server Configuration (config_s.lua)
This file controls server-side restrictions, job permissions, and item rules affecting vehicle delivery.
Fast Recovery Jobs
Defines which jobs can instantly recover impounded vehicles.
Example jobs:
police
,sheriff
,ambulance
,lsfd
,sahp
,security
.
Instant Delivery Identifiers
Allows certain players (via license identifier) to receive vehicles instantly.
Add license identifiers to the list.
Admin Groups
Defines which admin ranks have full control over garage functionalities.
Example groups:
admin
,management
,superadmin
.
Impound Jobs
Defines which jobs can impound vehicles.
Example jobs:
police
,sheriff
,lsfd
.
Debug Plates
List of vehicle plates used for testing and debugging.
Plates can be added manually for whitelisted testing purposes.
Prohibited Items
A list of items that, if present in the vehicleβs trunk or glovebox, will prevent the vehicle from being delivered from another garage.
Example items:
joint
,weed
,coca_leaf
,pure_coca
.Vehicles containing any of these items cannot be requested from another garage.
Whitelisted Guns
A list of weapons that are allowed in vehicle storage. If a weapon not on this list is found in a vehicleβs trunk or glovebox, the vehicle cannot be delivered from another garage.
Example weapons:
WEAPON_BALL
,WEAPON_FIREEXTINGUISHER
,WEAPON_PRECISIONRIFLE
.
Whitelisted Ammo
A list of ammunition types that are allowed in vehicle storage. If any ammo not on this list is present in the vehicleβs trunk or glovebox, the vehicle will not be deliverable from another garage.
Example ammo:
ammo-9
,ammobox-9
,ammo-45
,ammobox-45
.
π Important Notes:
Ensure that admin groups and job permissions are correctly set before launching the script.
The prohibited items, whitelisted guns, and whitelisted ammo lists must be kept up to date to maintain proper restrictions.
Debug plates should only be used for testing purposes.
Last updated