For the complete documentation index, see llms.txt. This page is also available as Markdown.

Events

You can implement these events for your scripts or integrate them into others

Open shop UI

CLIENT

-- Clothing
TriggerEvent('lvs_clothing:client:OpenClothingShop')

-- Barber
TriggerEvent('lvs_clothing:client:OpenBarberShop')

-- Tattoo
TriggerEvent('lvs_clothing:client:OpenTattooShop')

-- Surgeon
TriggerEvent('lvs_clothing:client:OpenSurgeonShop')

Open player outfit UI

CLIENT / lvs_clothing:client:openOutfit

TriggerEvent('lvs_clothing:client:openOutfit')

Open outfit UI by sending the clothes as a parameter

CLIENT / lvs_clothing:client:loadJobOutfit


Set a job uniform programmatically

CLIENT / lvs_clothing:client:openOutfit


Last updated