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日 @ 0時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日 @ 13時27分

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

更新: 2021年7月19日 @ 0時53分

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

更新: 2021年6月23日 @ 0時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