👨‍🦽 Wheelchair

image
Video Preview
TEBEX (Escrow) - 1€ | Tebex (Open-Source) - 2€

:fr:
Salut, voici un script de fauteuil roulant afin de le récupérer en item et le faire spawn en item.

:us:
Hi, here is a wheelchair script in order to retrieve it in item and make it spawn in item.

Config.lua
Config.UseESXFramework = true --[ true = ESX / false = QBCore] Choose your framework
Config.EsxName = 'es_extended' -- It's this line :  ESX = exports['es_extended']:getSharedObject() | quote server
Config.QbCoreName = 'qb-core' -- It's this line : local QBCore = exports['qb-core']:GetCoreObject() | quote server

Config.WheelChairItemName = 'fauteuil_roulant' -- The name of the item
Config.StreamNameWheelChair = 'wheelchair' -- S_Wheelchair/stream (yft) & (ytd)
Config.Modif_Z_3DText = 0.0 -- If you want to increase text height in 3d


Config.Language = 'fr' -- Choose language for translation (fr, en, custom)
Config.Languages = {
    ['fr'] = { -- French
        ['deploy_wheelchair'] = 'Vous avez déplié votre fauteuil roulant',
        ['3dtext_take_wheelchair'] = '[~b~E~s~] Reprendre le Fauteuil Roulant',
        ['collect_wheelchair'] = 'Vous avez ~b~récupéré~s~ votre fauteuil roulant'
    },
    ['en'] = { -- English
        ['deploy_wheelchair'] = 'You have unfolded your wheelchair.',
        ['3dtext_take_wheelchair'] = '[~b~E~s~] Take the Wheelchair',
        ['collect_wheelchair'] = 'You have ~retrieved~ your wheelchair.' 
    },
    ['custom'] = { -- Custom
        ['deploy_wheelchair'] = '',
        ['3dtext_take_wheelchair'] = '',
        ['collect_wheelchair'] = '' 
    },
}

function ShowNotification(texte) -- Notification type, depending on your framework or external script (Server notifications are forwarded here)
-- Standalone : 
    SetNotificationTextEntry("STRING")
    AddTextComponentString(texte)
    DrawNotification(false, false)

-- ESX : 
    -- ESX.ShowNotification(texte)

-- QBCore
    -- QBCore.Functions.Notify(texte)
end
Code is accessible Yes
Subscription-based No
Lines (approximately) 70
Framework ESX & QB
Translation in script French
Support No

My scripts/mapping

:police_car: Police Menu Extra [ESX (QB in readme.md)] (FREE)
:ballot_box: VoteTopServeur [QB] (FREE)

:manual_wheelchair: Wheelchair [ESX & QB] (1€ ESCROW or 2€ OPEN-SOURCE)
:taxi: Taxi [ESX & QB] (2€ Open-Source)
:elevator: Elevator UI [Standalone] (3€ ESCROW or 7€ OPEN-SOURCE)
:bed: Stretcher [ESX & QB] (5€ ESCROW or 7€ Open-Source)
:file_folder: Police lockers and investigation files [ESX & QB] (5€ ESCROW or 10€ OPEN-SOURCE)
:pen: JobTattoo [ESX & QB] (15€ OPEN-SOURCE)

:racing_car: Karting YMAP [FREE]
:racing_car: Race YMAP Grapeseed [FREE]
:racing_car: Race YMAP Port of Los Santos [FREE]

2 Likes

Whats the difference? [Release] qalle-wheelchair (Wheelchair for EMS Standalone)

The wheelchair in this script is an item, compare to me where it is a vehicle. And suddenly where the player can retrieve it by pressing a key and remove it anywhere :slight_smile:

2 Likes

Same thing as this Wheelchair [Add-On / SP / FIVEM] - GTA5-Mods.com

For the wheelchair I took a texture like her, but on another site and I optimized it.

Update :

  • Added Config.lua visible on this forum.
  • Changing from QBCORE to ESX directly in the Config.lua.
  • Translation in Config.lua.
  • Access to more customer line (client_custom.lua).

Update :

  • Change of operation for ESX side server.lua
    image

  • Changing the name of Config for ESX

  • Changing the script in your keymaster (for the name), (assets given to people who have already purchased.)

  • The Open-Source version is given via your Keymaster and not a link for a rar file.