⁉️Common issues

  1. Dependencies

Make sure that you have ox_lib and oxmysql installed.

  1. 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.

public\config\server\sv_config.lua
 allowedImageHosts = {
        'media.breakingls.ee',
        'media.rahe.dev',
        'i.imgur.com',
        'cdn.discordapp.com',
        'media.discordapp.net',
        'r2.fivemanage.com',
    }
  1. 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