Garry's Mod

Garry's Mod

Simple Lua Executor
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