D3
Results
2
comments of
D3
Something that worked for me is to change config.old = false to true in the config.lua
Actually i found the problem! Im using skinchanger and oxmysql in config.lua lines 1173-1179 if Config.skin == 'skinchanger' then local skin = promise:new() TriggerEvent('skinchanger:getSkin', function(skin) skin:resolve() end) return Citizen.Await(skin) end...