👨‍🦽 Wheelchair - OpenSource - 2€


Video Preview
TEBEX

: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 = {}

Config.Wheelchair = {
    Framework = 'QBCore', --[ ESX / QBCore ] Choose your framework
    wheelchair_item = 'fauteuil_roulant', -- The name of the item
    stream_name = 'wheelchair', -- S_Wheelchair/stream (yft) & (ytd)
    modif_z_3dtext = 0.0, -- If you want to increase text height in 3d
    language = 'fr', -- Choose language for translation (fr, en, custom)
    translate = {
        ['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'] = '' 
        },
    },
    Notif = function(text) -- Notification type, depending on your framework or external script (Server notifications are forwarded here)
        -- Standalone : 
        SetNotificationTextEntry("STRING")
        AddTextComponentString(text)
        DrawNotification(false, false)

        -- ESX : 
        -- ESX.ShowNotification(text)

        -- QBCore
        -- QBCore.Functions.Notify(text)
    end
}
Code is accessible Yes
Subscription-based No
Lines (approximately) 70
Framework ESX & QB
Translation in script FR, US, Custom
Support Yes

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)
:iphone: LB Phone Plugin : App News
:file_cabinet:Lockers UI [ESX & QB] (7€ Escrow & 40€ Open-Source)
:hammer_and_wrench: Menu Props [QB] (15€ Escrow)

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

3 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.

Update 11.08.25

:flag_fr:
Mise à jour effectuée : la version escrow a été retirée, et la seule qui reste est la version open source.
Une petite refonte du fichier de configuration a été réalisée pour une meilleure compréhension des clients.

:flag_us:
Update completed: the escrow version has been removed, and the only one left is the open-source version.
The configuration file has been slightly reworked for better clarity for customers.