fivem icon indicating copy to clipboard operation
fivem copied to clipboard

Cannot use globbing to import scripts

Open BuddiesTV opened this issue 5 months ago • 3 comments

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

  1. Create resource
  2. Create another resource that imports from the first resource
  3. Error

Importancy

Slight inconvenience

Area(s)

FXServer, ScRT: Lua

Specific version(s)

Server v1.0.0.9875 win32

Additional information

No response

BuddiesTV avatar Sep 16 '24 23:09 BuddiesTV