About Notify
Custom notifications
Commands
- notify.show [type] [message]
- notify.player [steamid] [type] [message]
- notify.allplayers [type] [message]
Permissions
-
You can set permission in config, for example:
"Permission (example: notify.use)": "notify.use",
API
private void SendNotify(string userId, int type, string message)
private void SendNotify(ulong userId, int type, string message)
private void SendNotify(BasePlayer player, int type, string message)
Config Examples