Tattoo permissions
Where?
Example
ConfigPermissions = {
MP_Airraces_Tattoo_001_M = { -- tattoo hashMale or hashFemale, up to you
-- Limit tattoo to players with certain jobs
jobs = {
{ -- Available for 'police' job, from grade 1
name = "police",
grade = 1
},
{ -- Also avaiable for 'taxi' job, any grade
name = "taxi"
},
},
-- Limit tattoo to certain players
identifiers = {
'db123456abcdefghij7890', -- example identifier
},
},
}How to configure permission of a tattoo?
Job
Identifier
Last updated