.: Description :.
This plugin print colored chat messages to a player each time he (re)spawns.
A grey message with his rank.
If his rank has changed since last round, another message tell him
the difference between his last and his new rank.
.: Commands :.
say(_team) /inforank
players ability to switch off/on messages
.: Cvars :.
amx_inforank < 0|1 >
Disable|Enable the plugin
.: Customization :.
On line 25, if you want messages to be disabled by default (aka players have to type /inrorank to enable them), change 1 to 0
plugin#define ENABLED_BY_DEFAULT 1
source