fivem
fivem copied to clipboard
Cannot use globbing to import scripts
What happened?
When importing scripts from other resources using the @ prefix, for e.g. server_script '@test_resource/test/*.lua'
it just fail with the error Failed to load script @test_resource/test/*.lua
Expected result
Should be possible to use globbing
Reproduction steps
- Create resource
- Create another resource that imports from the first resource
- Error
Importancy
Slight inconvenience
Area(s)
FXServer, ScRT: Lua
Specific version(s)
Server v1.0.0.9875 win32
Additional information
No response