Richfie21 Pink Slip Script

A script by Richfie21

No reviews yet.
Richfie21 Pink Slip Script main image

Full Description

Tebex [10$ incl. VAT] - Encrypted

Youtube Video Preview

Script Description

  • Allow Player give their vehicle to another vehicle
  • Vehicle New Owner will receive Pink Slip Documents
  • Detailed Documents with Car Model, Plate, Primary Color, Secondary Color
  • Will print Seller’s Name and Signature and Buyer’s Name and Signature in the document.
  • When you open the document any close players will also see the document.
  • Fully Accessible web files.
  • You can insert your car lock event after transfering the vehicle.
  • You can replace documents background using png/jpg file.

  • Item’s MetaData
  • Accessible 50% of the code.
  • 100% Support you can message me anytime.

  • You can use this script for betting vehicles for races, selling vehicles, ect.

Config


Config = {}

Config.Framework = 'ESX' -- 'ESX' or 'QBCore'

-- USE IF ESX ONLY
Config.EsxGetSharedNewVersion = true  -- set to true to use latest esx getsharedobject , false to use old esx way

Config.getSharedObject = "esx:getSharedObject"  
Config.esxsetJob = "esx:setJob"   
Config.qbsetJob = "QBCore:Client:OnJobUpdate"

Config.qbcitizenid = true -- Set to true if you are using qbcore citizen id base or multicharacter

-- DATABASE  
Config.SQL = 'OX'  -- 'MYSQL' - mysql-async, 'OX' - oxmysql 

-- Inventory Compatibility
Config.Inventory = 'ox' -- 'qs' , 'ox', 'mf', 'qb' already tested and working you can create your own inventory events, in client/functions.lua and server/functions.lua if you are not using any of these
   
Config.GeneratedNumber = { a = 40000000, b = 49999999}   -- Range of Generated CR NUMBER ONLY a = minimum and b = maximum

Config.TitleText = "CERTIFICATE OF TITLE"
Config.LongNote = "This is to certify that the Motor Vehicle described herein is transfered to new owner."
   

--- Notifications ---
Config.NotifText = {  
no_citizen_near = 'No citizens nearby.', 
not_owner = 'You are not the owner of this vehicle!' ,
self_not_owner = 'You are not the owner of the parked vehicle!' , 
receiver_text = 'The vehicle sucessfully transfer to you with tr no: ',
sender_text = 'You just sucessfully transfer the vehicle with tr no: ',
no_passenger = 'No one is in the passenger seat beside the driver!' ,
not_driver = 'You must be in the driver\'s seat before you can use this command!' 
}
 

Requirements

  • es_extended/qb-core
  • ox_inventory/
  • myBilling
  • okokBilling
Code is accessible No [50% of the code only]
Subscription-based No
Lines (approximately) ~ 1300
Requirements ESX Legacy, oxmysql, QBCore
Support Yes