sv_core.lua loads before the sh_config.lua so the "xAdmin.Config.PropLimitNotify" will always be false and the hooks won't be added - move the code to the extras sv file which loads after
EDIT: I also made sure we don't add any useless hooks that are continuously run if we're just going to return out of them.
sv_core.lua loads before the sh_config.lua so the "xAdmin.Config.PropLimitNotify" will always be false and the hooks won't be added - move the code to the extras sv file which loads after
EDIT: I also made sure we don't add any useless hooks that are continuously run if we're just going to return out of them.