Garry's Mod
Lua Patcher
Mostrando 51-60 de 62 aportaciones
< 1  2  3  4  5  6  7 >
Actualización: 26 MAY 2022 a las 10:24 a. m.

Version 1.6.0

Entity.GetBonePosition now defaults to 0 for the first argument
Entity.LookupBone first argument is now case-insensitive

Actualización: 22 ENE 2022 a las 12:38 a. m.

Update 1.5.0

CTakeDamageInfo:SetAttacker is now patched to use worldspawn if the provided argument is nil or otherwise invalid
hook.Add is now patched to allow second argument being a function

Actualización: 5 DIC 2021 a las 8:12 a. m.

Update 1.4.0
Now patches string.Explode so that all arguments are optional

Actualización: 14 AGO 2021 a las 1:27 p. m.

Update 1.3.3
PLAYER:ConCommand no longer errors on a NULL entity

Actualización: 19 JUL 2021 a las 12:53 a. m.

Update 1.3.2
PLAYER:ConCommand is no longer repaired on the client's side - needed to fix certain issues

Actualización: 23 JUN 2021 a las 12:15 a. m.

Update 1.3.1
Removed debug messages when addons call the Error* functions

Actualización: 19 JUN 2021 a las 1:38 a. m.

Update 1.3.0
Removing NULL CluaEmitters no longer causes errors

Actualización: 3 MAY 2021 a las 8:43 a. m.

Update 1.2.1
Fixed valid console commands being blocked by the soft blocker
Added ConCommand lua_repair_run

Actualización: 15 ABR 2021 a las 9:14 a. m.

Reverted to update 1.1.0

Actualización: 15 ABR 2021 a las 6:22 a. m.

Update 1.2.0-rc1
Added a soft blacklist to avoid console command functions from creating errors, doesn't fix all though