Nick78111 / ConnectQueue

Connection queue for FiveM
MIT License
77 stars 120 forks source link

sh_queue.lua:382 Exports() #8

Closed TweathX closed 5 years ago

TweathX commented 5 years ago

So apparently I'm having a error with the global exports() on line 382.

lua Error loading script shared/sh_queue.lua in resource connectqueue: shared/sh_queue.lua:382: attempt to call a table value (global 'exports') stack traceback: shared/sh_queue.lua:382: in main chunk Failed to load script shared/sh_queue.lua.x

Line 382

lua exports("Exports", function() return Queue end)

Nick78111 commented 5 years ago

Do you have the latest fxserver build?