pac3 icon indicating copy to clipboard operation
pac3 copied to clipboard

PAC3 Unusable.

Open NathanX-S opened this issue 1 year ago • 1 comments

[pac3-develop] addons/pac3-develop/lua/pac3/editor/client/logic.lua:56: Tried to use a NULL entity! I get this error every time I open the editor, the camera parents to roughly my character's root and doesn't move, and no parts can be attached.

NathanX-S avatar Aug 28 '24 20:08 NathanX-S

Probably because it uses some weird way of getting the local player. Instead of InitPostEntity it uses OnEntityCreated which looks unstable

Astralcircle avatar Aug 31 '24 20:08 Astralcircle

More than a year later, this problem persists, it's as if the people working on this addon don't use it themselves.

unknao avatar Dec 23 '25 20:12 unknao

More than a year later, this problem persists, it's as if the people working on this addon don't use it themselves.

I recently figured out a problem, and it's that when adding a hook via pac.AddHook, it won't be added if you have PAC disabled. Therefore, pac.LocalPlayer will always be NULL if you have PAC disabled.

#1409 same issue Commit https://github.com/CapsAdmin/pac3/commit/0a6c46ef465f595a1115bf424801e89e2c9b217a broke it

Astralcircle avatar Dec 24 '25 00:12 Astralcircle