zr_multichar
In zr-config/zr-config.lua
, set zr_config.clothing = 'rcore_clothing'
In zr-config/zr-build-c.lua
, find exports['illenium-appearance']:setPedAppearance(zr_current_char, zr_skin)
And replace it with
In zr-config/zr-build-s.lua
, find elseif (zr_config.clothing=='illenium-appearance') then
And replace it with
Find if zr_data.skin then
And replace it with
Last updated
Was this helpful?