标签: lua garrys-mod
所以我用他的服务器帮助我的朋友,他想要一天的简单信息。我为它制作了本地html文件
这是目录
这是LUA代码
我尝试引用本地文件,但它没有显示
答案 0 :(得分:1)
正确使用正确的完整路径或设置本地路径。 我的意思是:
/your/path/to/dir/Script/somefile.html。 或者,如果您在Script文件夹的父文件中执行lua文件,请使用:
/your/path/to/dir/Script/somefile.html
Script
./Script/somefile.html。
./Script/somefile.html