Could not find file `v_int_40.ytyp`(Solved)

Hi ive tried to search on this problem i have had no luck anyone else ran into this problem ive tried reinstalling etc Fivem Txadmin Qbox

thats a game file, looks like its a dlc request in the fxmanifest when it shouldnt be there.

Does the resource work?

so your saying that shouldnt be in the fxmanifest? thats were it was originaly ill have a look on the resource code.

this is the fxmanifest code

fx_version ‘cerulean’
game ‘gta5’

author ‘lorenc’

file ‘v_int_40.ytyp’
data_file ‘DLC_ITYP_REQUEST’ ‘stream/v_int_40.ytyp’

client_script ‘ipl.lua’

its a tricky one fr sure theres also this that comes up but thought nothing of it

dlc request is to load props ytyps for when you call things by script, object spawner etc. Pretty sure you dont need to do it with a game ytyp as it should already be loaded?

hmmm ok im sure it will be loaded but im guessing this will be buggy if i leave this error there is there a solution to the issue at hand

ive deleted it but there needs to be a script in that file seen below (assets file)/

the original warning is just telling you that it cant find the file type in the directory its pointing to, but it will be available when the game loads.

I did ask, is the actual resource loading and working? if so just ignore the message

Thanks for help ive fixed it had to change the code files heres the code -

fx_version ‘cerulean’
game ‘gta5’

author ‘lorenc’

files {‘stream/v_int_40.ytyp’}
data_file ‘DLC_ITYP_REQUEST’ ‘stream/v_int_40.ytyp’
this_is_a_map ‘yes’

client_script ‘ipl.lua’