Garry's Mod

Garry's Mod

Lua Patcher
Affichage des entrées 51-60 sur 62
< 1  2  3  4  5  6  7 >
Mis à jour le : 26 mai 2022 à 10h24

Version 1.6.0

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

Mis à jour le : 22 janv. 2022 à 0h38

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

Mis à jour le : 5 déc. 2021 à 8h12

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

Mis à jour le : 14 aout 2021 à 13h27

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

Mis à jour le : 19 juil. 2021 à 0h53

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

Mis à jour le : 23 juin 2021 à 0h15

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

Mis à jour le : 19 juin 2021 à 1h38

Update 1.3.0
Removing NULL CluaEmitters no longer causes errors

Mis à jour le : 3 mai 2021 à 8h43

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

Mis à jour le : 15 avr. 2021 à 9h14

Reverted to update 1.1.0

Mis à jour le : 15 avr. 2021 à 6h22

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