Garry's Mod
Lua Patcher
Mostrando 1-10 de 63 aportaciones
< 1  2  3  4  5  6  7 >
Actualización: 13 NOV a las 5:05 a. m.

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

Actualización: 22 MAY a las 2:47 p. m.

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.

Actualización: 8 MAY a las 10:36 a. m.

Version 4.1.0

NULL:SetKeyValue now does nothing

Actualización: 21 ABR a las 12:40 a. m.

Version 4.0.1

Actualización: 18 ABR a las 12:13 p. m.

Version 4.0.0

Actualización: 15 ABR a las 10:55 a. m.

test

Actualización: 15 ABR a las 4:21 a. m.

hotfix for botched version string

Actualización: 15 ABR a las 4:20 a. m.

Version 3.1.0

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

Actualización: 1 ABR a las 6:46 p. m.

Version 3.0.6-rc.3

Actualización: 31 MAR a las 1:35 p. m.

Revert to Version 3.0.3 due to extreme instability