Video Preview
TEBEX (Escrow) - 1€ | Tebex (Open-Source) - 2€
Salut, voici un script de fauteuil roulant afin de le récupérer en item et le faire spawn en item.
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 Menu Extra [ESX (QB in readme.md)] (FREE)
VoteTopServeur [QB] (FREE)
Wheelchair [ESX & QB] (1€ ESCROW or 2€ OPEN-SOURCE)
Taxi [ESX & QB] (2€ Open-Source)
Elevator UI [Standalone] (3€ ESCROW or 7€ OPEN-SOURCE)
Stretcher [ESX & QB] (5€ ESCROW or 7€ Open-Source)
Police lockers and investigation files [ESX & QB] (5€ ESCROW or 10€ OPEN-SOURCE)
JobTattoo [ESX & QB] (15€ OPEN-SOURCE)
LB Phone Plugin : App News
Lockers UI [ESX & QB] (7€ Escrow & 40€ Open-Source)
Karting YMAP [FREE]
Race YMAP Grapeseed [FREE]
Race YMAP Port of Los Santos [FREE]