-
Notifications
You must be signed in to change notification settings - Fork 6
Hooks
Owain edited this page Jun 6, 2020
·
7 revisions
These are all the hooks included:
Desc: Used to load addon extensions for xAdmin
Desc: Called when a users usergroup is updated
Arguments | Type |
---|---|
targetID | string |
rank | string |
Desc: Used to block commands being run. Return true/false to block
Arguments | Type |
---|---|
admin | ply |
command | string |
args | table |
isConCommand | bool |