[ESX] [QB] [Standalone] [PAID] SMD_Escort - Escort players

A script by smdscripting

No reviews yet.
[ESX] [QB] [Standalone] [PAID] SMD_Escort - Escort players main image

Full Description

[ESX] [QB] [Standalone] [PAID] SMD_Escort - Escort players
This script adds player escorting to your server.

Video Preview

Tebex

– Preview

GIF

– 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 :slight_smile: (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 :slight_smile:

– Installation

  • Drag and drop smd_escort to 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:

– 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

Config Merger
Have you tried Config Merger? Merge your configs easily