gmodWare / gware-utilities

gmodWare roleplay utilities
2 stars 1 forks source link

wont work with ULX right now #7

Closed MenschlichTv closed 1 year ago

MenschlichTv commented 1 year ago

We add the CAMI/SAM permissions when SAM has loaded, but if there is no sam installed, the CAMI permissions will never be added. This has to be fixed in a way that it works for both ULX and SAM

Luiggi33 commented 1 year ago

Found the Issue, the permissions are added in a hook, that is only run if you have sam installed. hook.Add("SAM.LoadedConfig", "gWare.Utils.SamModules.WaitForClient", function()

Luiggi33 commented 1 year ago

Should be fixed with #8

MenschlichTv commented 1 year ago

fixed by luggi