Garry's Mod
Lua Patcher
Εμφάνιση 51-60 από 62 καταχωρίσεις
< 1  2  3  4  5  6  7 >
Ενημέρωση: 26 Μαϊ 2022 στις 10:24

Version 1.6.0

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

Ενημέρωση: 22 Ιαν 2022 στις 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

Ενημέρωση: 5 Δεκ 2021 στις 8:12

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

Ενημέρωση: 14 Αυγ 2021 στις 13:27

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

Ενημέρωση: 19 Ιουλ 2021 στις 0:53

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

Ενημέρωση: 23 Ιουν 2021 στις 0:15

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

Ενημέρωση: 19 Ιουν 2021 στις 1:38

Update 1.3.0
Removing NULL CluaEmitters no longer causes errors

Ενημέρωση: 3 Μαϊ 2021 στις 8:43

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

Ενημέρωση: 15 Απρ 2021 στις 9:14

Reverted to update 1.1.0

Ενημέρωση: 15 Απρ 2021 στις 6:22

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