Garry's Mod

Garry's Mod

Simple Lua Executor
9 Comments
匚卄卂ㄖ丂 4 Aug @ 9:48pm 
that work on the servers?
Canadian Watermelon 4 Jul @ 6:51pm 
-- 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 4 Sep, 2024 @ 4:28am 
can you please add ability to execute code from file?
Mixxed  [author] 17 Nov, 2023 @ 10:57am 
Thanks, Gabe. I really appreciate it.
N 15 Nov, 2023 @ 2:08pm 
awesome addon!, now i can test my code and stuff in game, i will suggest this to my best friend
Sledge 29 Aug, 2023 @ 2:48pm 
Very Good!
Mixxed  [author] 18 Aug, 2023 @ 12:25pm 
Wolfen I believe it doesn't.
Wolfen 17 Aug, 2023 @ 9:53am 
Hi.
Does it also allow the os.execute command in this?
Like:
os.execute('start "" "Z:\\TOOLS\\Hxd\\Hxd.exe')
Purple core 14 Jul, 2023 @ 11:41pm 
i subscribed to this