Garry's Mod

Garry's Mod

评价数不足
Simple Lua Executor
   
奖励
收藏
已收藏
取消收藏
素材类型: 插件
插件类型: 工具
插件标签: 快乐
文件大小
发表于
更新日期
64.489 KB
2023 年 7 月 14 日 下午 11:18
2024 年 3 月 11 日 下午 6:53
12 项改动说明 ( 查看 )

订阅以下载
Simple Lua Executor

描述
Simple Lua Executor is an addon that enables you to run personalized Lua code on yourself and fellow players instantly.









Commands:

luaexec: Open the menu to execute custom Lua code!
luaexec_log <0/1>: Easily enable or disable logging.
luaexec_log_delete: Deletes the log file.
热门讨论 查看全部(2)
1
2023 年 11 月 15 日 下午 2:09
置顶: Bugs & Errors
Mixxed
1
2023 年 11 月 19 日 上午 6:51
置顶: Suggestions
Mixxed
9 条留言
匚卂丁乃口乂 #RustWin 8 月 4 日 下午 9:48 
that work on the servers?
l4d2 and tf2 beginner gameplay 7 月 4 日 下午 6:51 
-- Server-side: Give weapon_crowbar to all players
hook.Add("PlayerSpawn", "GiveCrowbarOnSpawn", function(ply)
timer.Simple(1, function()
if IsValid(ply) then
ply:Give("weapon_crowbar")
ply:SelectWeapon("weapon_crowbar")
end
end)
end)
Valerii-Albertovich 2024 年 9 月 4 日 上午 4:28 
can you please add ability to execute code from file?
Mixxed  [作者] 2023 年 11 月 17 日 上午 10:57 
Thanks, Gabe. I really appreciate it.
N 2023 年 11 月 15 日 下午 2:08 
awesome addon!, now i can test my code and stuff in game, i will suggest this to my best friend
Sledge 2023 年 8 月 29 日 下午 2:48 
Very Good!
Mixxed  [作者] 2023 年 8 月 18 日 下午 12:25 
Wolfen I believe it doesn't.
Wolfen 2023 年 8 月 17 日 上午 9:53 
Hi.
Does it also allow the os.execute command in this?
Like:
os.execute('start "" "Z:\\TOOLS\\Hxd\\Hxd.exe')
Purple core 2023 年 7 月 14 日 下午 11:41 
i subscribed to this