Garry's Mod

Garry's Mod

Simple Lua Executor
Showing 1-10 of 12 entries
< 1  2 >
Update: Mar 11, 2024 @ 6:53pm

-Updated the logging system & fixed an bug

Update: Dec 18, 2023 @ 3:16pm

Updated Polish Translations thanks Filivx

Update: Dec 17, 2023 @ 8:58pm

Hotfix

Update: Sep 24, 2023 @ 3:58pm

-Added UI sounds

Update: Aug 29, 2023 @ 6:35pm

-Added All suported translations

Update: Aug 29, 2023 @ 2:38pm

-Added translations for French, Russian, German, and Spanish

Update: Aug 18, 2023 @ 1:20pm

Client-side Lua File:
- Renamed "cl.lua" to "cl_luaexec.lua" for better clarity and organization.
- Placed in "lua/autorun/client" directory.

Server-side Lua File:
- Renamed "sv.lua" to "sv_luaexec.lua" for consistency and easier identification.
- Placed in "lua/autorun/server" directory.

Update: Jul 25, 2023 @ 9:48am

- Added Scripts Folder.

Update: Jul 24, 2023 @ 12:03pm

- Added Logging System
luaexec_log <0/1>

Update: Jul 22, 2023 @ 5:24pm

- Added Clear Button.