I'm trying to make a restriction file similar to that of restricting the "PrePACEditorOpen" & "PACRankRestrict" hooks.
The hooks for spawning props via the PAC menu are "PlayerSpawnProp" & "pac_PlayerSpawnProp"
But i'm stumped on how to make the model function work.
This is what I have so far
pac.AddHook("PlayerSpawnProp", "pac_PlayerSpawnProp", function(model)
You can tell us how did you manage to fix the issue if you want