Adding Decals
{
category = 'My Crew',
gangs = { 'ballas' }, -- whole block gang-locked
decals = {
{ label = 'Crew Tag', fileName = 'crew_tag.webp' },
{ label = 'Boss Tag', fileName = 'boss_tag.webp', adminOnly = true },
},
},Method 1: texture dictionary (recommended)
{
category = 'JDM',
textureDict = 'rm_dcl_jdm', -- ytd in rm_decalv_assets/stream/
decals = {
{ label = 'Antisocial Kanji', fileName = 'antisocial_kanji.webp' },
-- textureName defaults to the file name without extension
},
},Method 2: plain image file (quick for a few decals)
Method 3: in-game import (admins)
Entry field reference
Field
Type
Meaning
Last updated