Events & Exports
This section is aimed at developers. Basic scripting knowledge will help you get the most out of it.
Events
Show Tattoos Menu
Opens the tattoos menu for the player.
TriggerEvent("crm-tattoos:show-tattoos-menu")Load Player Tattoos
Re-applies the player’s saved tattoos to their ped.
TriggerEvent("crm-tattoos:load-player-tattoos")Exports
setPedTattoos
Applies a set of tattoos to a ped.
exports['crm-tattoos']:setPedTattoos(crm_ped, crm_data)Parameters
crm_ped(number) – The ped handle to apply the tattoos to.crm_data(table) – The tattoo data to apply.