Resource does not support the current game (gta5)

when I run my server with the resource i made that has all my police cars in it it gives me 2 warnings, it says “resource does not support the current game (gta5)” and "resource does not specify a ‘fx_version’ in fxmanifest.lua even though it does.

-- Resource Metadata

fx_version 'cerulean'

game 'gta5' 

files {

    'data/**/*.meta',

    'data/**/*.xml',

    'data/**/*.dat',

    'data/**/*.ytyp'

}

data_file 'HANDLING_FILE'            'data/**/handling*.meta'

data_file 'VEHICLE_LAYOUTS_FILE'    'data/**/vehiclelayouts*.meta'

data_file 'VEHICLE_METADATA_FILE'    'data/**/vehicles*.meta'

data_file 'CARCOLS_FILE'            'data/**/carcols*.meta'

data_file 'VEHICLE_VARIATION_FILE'    'data/**/carvariations*.meta'

data_file 'CONTENT_UNLOCKING_META_FILE' 'data/**/*unlocks.meta'

data_file 'PTFXASSETINFO_FILE' 'data/**/ptfxassetinfo.meta'

client_scripts {

    'vehicle_names.lua',

}

server_script 'server.lua'

I would try to either update your server artifact, or using a older fx_version (look what other working scripts on your server are using)

any luck with this?

On Config.cfg upgrade ur GameBuild to 2612

Search to: sv_enforceGameBuild

my is current >>>> setr sv_enforceGameBuild 2612