Garry's Mod

Garry's Mod

Lua Patcher
Showing 1-10 of 63 entries
< 1  2  3  4  5  6  7 >
Update: Nov 13 @ 5:05am

Version 4.2.2

NULL:GetEffects now returns 0 instead of nil
ipairs now does nothing over nil instead of causing an error
Fixed lua_patcher_logging convar doing nothing
Fixed lua_patcher_enabled convar not being persistent across sessions

Update: May 22 @ 2:47pm

Version 4.2.0

Made console logs show more specific information about what went wrong, perhaps better than the default error handler!
NULL:AddEffects, NULL:GetEffects and NULL:RemoveEffects now return nil instead of throwing an error.

Update: May 8 @ 10:36am

Version 4.1.0

NULL:SetKeyValue now does nothing

Update: Apr 21 @ 12:40am

Version 4.0.1

Update: Apr 18 @ 12:13pm

Version 4.0.0

Update: Apr 15 @ 10:55am

test

Update: Apr 15 @ 4:21am

hotfix for botched version string

Update: Apr 15 @ 4:20am

Version 3.1.0

Removed "lua_patcher_logging" ConVar. Instead, the first ten occurrences of a particular error are logged.

Update: Apr 1 @ 6:46pm

Version 3.0.6-rc.3

Update: Mar 31 @ 1:35pm

Revert to Version 3.0.3 due to extreme instability