Garry's Mod
Lua Patcher
Hiển thị 51-60 trong 62 mục
< 1  2  3  4  5  6  7 >
Cập nhật: 26 Thg05, 2022 @ 10:24am

Version 1.6.0

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

Cập nhật: 22 Thg01, 2022 @ 12:38am

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

Cập nhật: 5 Thg12, 2021 @ 8:12am

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

Cập nhật: 14 Thg08, 2021 @ 1:27pm

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

Cập nhật: 19 Thg07, 2021 @ 12:53am

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

Cập nhật: 23 Thg06, 2021 @ 12:15am

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

Cập nhật: 19 Thg06, 2021 @ 1:38am

Update 1.3.0
Removing NULL CluaEmitters no longer causes errors

Cập nhật: 3 Thg05, 2021 @ 8:43am

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

Cập nhật: 15 Thg04, 2021 @ 9:14am

Reverted to update 1.1.0

Cập nhật: 15 Thg04, 2021 @ 6:22am

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