Garry's Mod

Garry's Mod

Lua Patcher
62개 중 51~60개 표시 중
< 1  2  3  4  5  6  7 >
업데이트: 2022년 5월 26일 @ 오전 10시 24분

Version 1.6.0

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

업데이트: 2022년 1월 22일 @ 오전 12시 38분

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

업데이트: 2021년 12월 5일 @ 오전 8시 12분

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

업데이트: 2021년 8월 14일 @ 오후 1시 27분

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

업데이트: 2021년 7월 19일 @ 오전 12시 53분

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

업데이트: 2021년 6월 23일 @ 오전 12시 15분

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

업데이트: 2021년 6월 19일 @ 오전 1시 38분

Update 1.3.0
Removing NULL CluaEmitters no longer causes errors

업데이트: 2021년 5월 3일 @ 오전 8시 43분

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

업데이트: 2021년 4월 15일 @ 오전 9시 14분

Reverted to update 1.1.0

업데이트: 2021년 4월 15일 @ 오전 6시 22분

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