PAC3 Unusable.
[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.
Probably because it uses some weird way of getting the local player. Instead of InitPostEntity it uses OnEntityCreated which looks unstable
More than a year later, this problem persists, it's as if the people working on this addon don't use it themselves.
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