Preview
Installation
ESX Direct Download
ESX Github Rep.
QBCore Direct Download
QBCore Github Rep.
Thank you so much @ExDF0 for adapting it to QBCore
Usage
Open Menu
Client: TriggerEvent(‘ricky-client:openLifeStyle’)
Server : TriggerEvent(‘ricky-client:openLifeStyle’, playerId)
Get Life Style Selected
Client: exports[‘Ricky-LifeStyle’]:GetLifeStyle()
Server : exports[‘Ricky-LifeStyle’]:GetLifeStyle(playerId)
On Choose
Example:
RegisterNetEvent(‘ricky-client:onChooseLifeStyle’)
AddEventHandler(‘ricky-client:onChooseLifeStyle’, function(style)
print("Selected Style: " … style)
end)
Other Project
BlipCreator
Job Creator
3 Likes
You should mention that it’s for ESX for others to not get confused.
I’ll put it in the title, thanks for reporting.
1 Like
ExDF0
August 1, 2023, 12:14pm
6
hello thank you for share this script. I just modified your release for qb-core. just need to edit code a little bit if anyone want to use
Oh Wow! Thank you very much
Al momento non è presente un anteprima, lo script consiste nel chiedere all’utente tramite un menu che stile di vita avere, questo viene salvato nel database e se vuoi puoi utilizzarlo in altri script.
1 Like
Very interesting script, also free you can not complain with that.