Events & Exports
Comprehensive instructions on configuring files and utilizing export functions.
Prior experience as a developer or basic programming skills are recommended to effectively navigate this section of the documentation.
Events
-- You can use this event to display the tattoos menu!
TriggerEvent("crm-tattoos:show-tattoos-menu")
-- You can use this event to load player tattoos
TriggerEvent('crm-tattoos:load-player-tattoos')Exports
exports['crm-tattoos']:setPedTattoos(crm_ped, crm_data)Last updated