- Тема Автор
- #1
so, i tried to make my own lua
after trying to compile it, i got this error in console cs2
c:/program files (x86)/steam/steamapps/common/Counter-Strike Global Offensive/game/bin/win64/nix/scripts/compiled.lua: cannot load incompatible bytecode
anyone knows how to fix it?
я попытался сделать свою луа
после того как скомпилировал ее, получил такую ошибку
c:/program files (x86)/steam/steamapps/common/Counter-Strike Global Offensive/game/bin/win64/nix/scripts/compiled.lua: cannot load incompatible bytecode
кто знает как пофиксить это?
code:
local ffi = require("ffi")
client.load_script("! sentinel.lua")
after trying to compile it, i got this error in console cs2
c:/program files (x86)/steam/steamapps/common/Counter-Strike Global Offensive/game/bin/win64/nix/scripts/compiled.lua: cannot load incompatible bytecode
anyone knows how to fix it?
я попытался сделать свою луа
после того как скомпилировал ее, получил такую ошибку
c:/program files (x86)/steam/steamapps/common/Counter-Strike Global Offensive/game/bin/win64/nix/scripts/compiled.lua: cannot load incompatible bytecode
кто знает как пофиксить это?
code:
local ffi = require("ffi")
client.load_script("! sentinel.lua")