![[Release] A Clipboard for Mechanics [PAID] [Standalone / ESX / QBCore / VRP] main image](https://forum-cfx-re.akamaized.net/optimized/4X/4/f/5/4f578aeab53f2d377d833440f273d7680c3add1a_2_690x323.jpeg)
![[Release] A Clipboard for Mechanics [PAID] [Standalone / ESX / QBCore / VRP] thumbnail 1](https://forum-cfx-re.akamaized.net/optimized/4X/4/f/5/4f578aeab53f2d377d833440f273d7680c3add1a_2_690x323.jpeg)
![[Release] A Clipboard for Mechanics [PAID] [Standalone / ESX / QBCore / VRP] thumbnail 2](https://imgur.com/NwT8K3j.gif)
![[Release] A Clipboard for Mechanics [PAID] [Standalone / ESX / QBCore / VRP] thumbnail 3](https://imgur.com/X1RPw2P.gif)
![[Release] A Clipboard for Mechanics [PAID] [Standalone / ESX / QBCore / VRP] thumbnail 4](https://imgur.com/902Cacf.gif)
![[Release] A Clipboard for Mechanics [PAID] [Standalone / ESX / QBCore / VRP] thumbnail 5](https://imgur.com/t5xSajm.gif)
![[Release] A Clipboard for Mechanics [PAID] [Standalone / ESX / QBCore / VRP] thumbnail 6](https://imgur.com/0swLVd7.gif)
Price
UnknownA script by Zenites_Team
Price
Unknownbackground clipboard by: sunrise367.blog.me
A clipboard for filling in mechanics' customer data. In this way it is possible to have greater control over what happens and in addition to assisting mechanics in collecting what has been done. In this clipboard, you will fill in the following customer information: name, id and vehicle and then you will mark what was done in the vehicle.
Search Menu:
Creating:
Viewing an existing:
36 markers:
ESX: The following is the mechanic’s job verification, if the job has a different name on your server, you should change it here (Server.lua):
RegisterCommand(Config.command, function(source,args)
-- here you check the job of the player
-- example: if xPlayer.job.name == "mechanic" then
-- and also take his name
local xPlayer = ESX.GetPlayerFromId(source)
local job = xPlayer.getJob()
if job.name == "mechanic" then
VRP: The following has the permission check and get the player’s name. If on your server you use a different permission or the name column is different, you should change it here (Server.lua):
RegisterCommand(Config.command, function(source,args)
-- here you check the player's permission
-- example: if vRP.hasPermission({user_id, "vehicle.repair"}) then
-- and also get his name
local user_id = vRP.getUserId({source})
local permission = vRP.hasPermission({user_id, "vehicle.repair"})
if permission then
local name = vRP.getUserIdentity({user_id, function(identity)
local name = GetPlayerName(source)
if identity then
if identity.nome then
name = identity.nome .. " " .. identity.sobrenome
else
name = identity.firstname .. " " .. identity.name
end
end
Standalone: If you want to make your own configuration for the server, you must do it here (Server.lua):
RegisterCommand(Config.command, function(source,args)
-- here you check the job of the player
-- example: if xPlayer.job.name == "mechanic" then
-- and also take his name
In the Config.lua file, you can add the webhook, translate and change the position or size of the graphical interface.
To translate the markers, you need to change only the names of the variable list_options
If you want to change the image or color of something, you can do it directly at html/config.css
Update:
So that it is possible to have different values for different cars
Was added a vector in Config.lua called list_adjust.
In this vector you can put different prices for different cars.
Fixed error when turning the page.
Who already bought, just download the update on the link you received.
2.1
2.2
Why are we moving to FiveM Assets? Because Tebex now no longer supports external links, so in order for us to be able to release updates that you can download from, we will be moving all of our scripts to FiveM Assets. Also, FiveM Assets is a very good system in which we maintain a centralized place for updating scripts.
Dependencies:
This script automatically creates the tables in the database.
This script has no IP protection or encryption
Buy this script at: Tebex
No approved reviews found for this script yet.