You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I compiled it, moved the "gmcl_execute_win32.dll" into the "Steam\steamapps\common\GarrysMod\garrysmod\lua\bin" Folder.
But if i try to use require("execute") string in my lua script it writes
Couldn't include file 'includes\modules\execute.lua' (File not found) (@lua/test.lua (line 1))
[ERROR] lua/test.lua:1: Module not found!
1. require - [C]:-1
2. unknown - lua/test.lua:1
in console.
Doesnt it work anymore or im doing somthing wrong?
The text was updated successfully, but these errors were encountered:
I compiled it, moved the "gmcl_execute_win32.dll" into the "Steam\steamapps\common\GarrysMod\garrysmod\lua\bin" Folder.
But if i try to use
require("execute")
string in my lua script it writesin console.
Doesnt it work anymore or im doing somthing wrong?
The text was updated successfully, but these errors were encountered: