You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2017. It is now read-only.
As we are going to have a sophisticated permissions system, this API will allow for retrieval of permissions from the server for use in game.
Every permission will be prefixed, whether it is to do with in game behaviour or web panel behaviour, for example:
tx_noclip (In game)
p_admincp (Panel)
@WickedGamingUK We need to go through all the in game permissions that are needed, so they can be added to the database. Might make the ability to create new permission keys via the panel, so then all you have to do is add the check wherever in the code, saves a lot of time when adding new permissions.
As we are going to have a sophisticated permissions system, this API will allow for retrieval of permissions from the server for use in game.
Every permission will be prefixed, whether it is to do with in game behaviour or web panel behaviour, for example:
tx_noclip (In game)
p_admincp (Panel)
@WickedGamingUK We need to go through all the in game permissions that are needed, so they can be added to the database. Might make the ability to create new permission keys via the panel, so then all you have to do is add the check wherever in the code, saves a lot of time when adding new permissions.