Video Preview
TEBEX
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 = {}
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 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)
Menu Props [QB] (15€ Escrow)
Karting YMAP [FREE]
Race YMAP Grapeseed [FREE]
Race YMAP Port of Los Santos [FREE]