Work on a spotlight script

My main question here is it is possible to take the lspdfr spotlight script made by alexguirre ( http://www.lcpdfr.com/files/file/7922-spotlight/ ) and use a __resource.lua that looks like this-

resource_manifest_version ‘44febabe-d386-4d18-afbe-5e627f4af937’

files {
“resources/General.ini”,
“resources/Offsets.ini”,
“resources/VisualSettings.xml”
}
client_scripts {
‘Spotlight.dll’
}

and make it work for fivem? (Even if it only worked client side)

It wouldn’t work since I would imagine it’d require ragepluginhook or scripthookV

Like @chefslaya said, this will not work because it is not made for FiveM. You cannot just get mods from gta5-mods.com and lsprfr.com and add an __resource.lua and expect them to work. That’s not how it works unfortunately :stuck_out_tongue: