⁉️Common issues
Dependencies
Make sure that you have ox_lib and oxmysql installed.
Unable to add images.
Make sure your image hosting service is added to the allowedImageHosts in public\config\server\sv_config.lua
For example if you're using Fivemanage to upload images you would need to add 'r2.fivemanage.com' to the allowedImageHosts.
allowedImageHosts = {
'media.breakingls.ee',
'media.rahe.dev',
'i.imgur.com',
'cdn.discordapp.com',
'media.discordapp.net',
'r2.fivemanage.com',
}AntiCheat deleting planes meant for high class escapes.
By default only the 'avenger' plane is being used. You should whitelist that.
planeModel = 'avenger'Last updated