[ESX] [QB] [Standalone] [PAID] SMD_Escort - Escort players
This script adds player escorting to your server.
β Preview
β About
- Script adds player escorting to your server
- Export to get it working with other scripts, for example policejob
- Synced with all the players
- Will be added to SMD_Handcuffs, update soon
(Link below) - Resmon, idle: 0.00ms, in use: ~0.06ms
- Checks if the player is in handcuffs
- Works with everyone or can be set for only certain jobs (check config)
- Suggestions are welcome

β Installation
- Drag and drop
smd_escortto your resources folder - Add βstart smd_escortβ in your
server.cfg
ESX_POLICEJOB
- Find
elseif action == 'drag' then
TriggerServerEvent('esx_policejob:drag', GetPlayerServerId(closestPlayer))
- Replace with:
elseif action == 'drag' then
exports['smd_escort']:SMD_Escort()
QB-RADIALMENU
- Find
}, {
id = 'escort',
title = 'Escort',
icon = 'user-group',
type = 'client',
event = 'police:client:EscortPlayer',
shouldClose = true
}, {
- Replace with:
}, {
id = 'escort',
title = 'Escort',
icon = 'user-group',
type = 'client',
event = 'smd_escort:StartEscort',
shouldClose = true
}, {
How to use
exports['smd_escort']:SMD_Escort() -- Export which starts and stops escorting, you can add it where you need it
TriggerClientEvent("smd_escort:StartEscort") -- Trigger, same as export
local value = exports['smd_escort']:SMD_EscortData("escorter") -- Export which returns true or false, checks if the player is escorting
local value = exports['smd_escort']:SMD_EscortData("escorted") -- Export which returns true or false, checks if the player is escorted
β FiveM
Releases:
-
SMD_Applepicking: [ESX] [FREE] SMD_Applepicking
-
SMD_Progressbar: [Standalone] [FREE] SMD_Progressbar
-
SMD_Fishing: [ESX] [PAID] SMD_Fishing V2
-
SMD_Panicbutton: [ESX] [QBCore] [PAID] SMD_Panicbutton
-
SMD_Handcuffs: [ESX] [QBCore] [PAID] SMD_Handcuffs - The most advanced handcuff script ever
-
SMD_Vehiclehandwash: [ESX] [QBCore] [Standalone] [PAID] SMD_Vehiclehandwash - Advanced vehicle handwash
-
SMD_Middleseat: [Standalone] [PAID] SMD_Middleseat
-
SMD_Backseat: [Standalone] [PAID] SMD_Backseat - Backseats for 2-door cars
-
SMD_Vehiclebed: [Standalone] [PAID] SMD_Vehiclebed
-
SMD_Windowseat: [Standalone] [PAID] SMD_Windowseat
-
SMD_Laundrybusiness: [ESX] [QB] [PAID] SMD_Laundrybusiness - Laundromat for the players
-
SMD_Escort:
β Bundle
Bundle of all SMD seat scripts (12β¬ + Tax):
Tebex
| Code is accessible | No, Only Config |
| Subscription-based | No |
| Lines (approximately) | ~220 |
| Requirements | ESX or QB or Standalone |
| Support | Yes |
| Optional | Mythic_notify |
