Garry's Mod
PAC3 [develop version]
Mostrando 221-230 de 263 aportaciones
< 1 ... 21  22  23  24  25 ... 27 >
Actualización: 15 DIC 2023 a las 15:29

more exit points if lock is deactivated

Actualización: 14 DIC 2023 a las 14:29

don't set cppi owner on the set owner hack

if present, a prop protection addon should be the only one doing that

Actualización: 13 DIC 2023 a las 19:35

try a different fix instead

it was related to parts being initialized on creation, instead of the tree's validity. the part's tree node field has a chance to not exist yet at that point in time

Actualización: 13 DIC 2023 a las 19:14

fix for hitscan inside main modified damage hook

separate the statements; the previous edit didn't go to where we need to check multipliers and extra health bars

Actualización: 13 DIC 2023 a las 18:52

Update net_combat.lua

CPPI standard integrations for prop protection
some ulx integrations to enforce freeze and jail
rework some statements

Actualización: 12 DIC 2023 a las 19:24

try a variable check

Actualización: 12 DIC 2023 a las 15:52

validity checks

Actualización: 12 DIC 2023 a las 15:48

validity checks

Actualización: 12 DIC 2023 a las 15:42

suppress network string error (#1325)

if parts are deactivated, instead use part label's SetError function to tell users about it instead

and two minor fixes on damage zone

Actualización: 10 DIC 2023 a las 20:26

reorder functions