We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86df48f commit c3f2480Copy full SHA for c3f2480
import.lua
@@ -2,7 +2,7 @@
2
-- General Stuff
3
----------------------------------------------------------------
4
if not _VERSION:find('5.4') then
5
- error("Enable Lua 5.4 in the fxmanifest.lua! (shared_script '@msk_core/import.lua')", 2)
+ error("Enable Lua 5.4 in the fxmanifest.lua! (lua54 'yes')", 2)
6
end
7
8
local resourceName = GetCurrentResourceName()
0 commit comments