Garry's Mod
Contraption Framework
กำลังแสดง 1-10 จาก 32 รายการ
< 1  2  3  4 >
อัปเดต: 27 ต.ค. @ 6: 16pm
โดย ACF-3 Team

Try to explicitly handle env_sprite(trail)

This should work as a generic way to handle any entity classes that are parented in-engine, but it'll only be applied to env_sprite/env_spritetrail for now unless we come across more entities that behave this way.

อัปเดต: 14 ส.ค. @ 7: 58pm
โดย ACF-3 Team

Update contraption_sv.lua

อัปเดต: 14 ส.ค. @ 7: 58pm
โดย ACF-3 Team

Add ContainsClass

อัปเดต: 14 ส.ค. @ 7: 54pm
โดย ACF-3 Team

Move this into classes; see why in desc

We don't want hooks erroring this out
We want hooks to be able to have access to this data

So if we do an extension, we lose that ability...

อัปเดต: 14 ส.ค. @ 7: 41pm
โดย ACF-3 Team

Fix function

อัปเดต: 23 ก.ค. @ 9: 41am
โดย ACF-3 Team

Didn't check for PreParented here

อัปเดต: 23 ก.ค. @ 9: 33am
โดย ACF-3 Team

Try improving CFW parenting a little, new hooks

อัปเดต: 23 ก.ค. @ 9: 14am
โดย ACF-3 Team

CFW_AfterParentedTo -> CFW_OnParentedTo

อัปเดต: 23 ก.ค. @ 9: 13am
โดย ACF-3 Team

CFW rename: CFW_OnParentedTo -> CFW_PreParentedTo

อัปเดต: 12 ก.ค. @ 11: 27am
โดย ACF-3 Team

Try to fix a potential parenting error