RequestResourceFileSet — RedM Natives
0xE7490533 · CFX · client
Requests a resource file set with the specified name to be downloaded and mounted on top of the current resource. Resource file sets are specified in fxmanifest.lua with the following syntax: ``lua file_set 'addon_ui' { 'ui/addon/index.html', 'ui/addon/**.js', } `` This command will trigger a script error if the request failed.
Parameters
| Name | Type | Description |
|---|---|---|
| setName | char* | The name of the file set as specified in `fxmanifest.lua`. |
Returns
BOOL