Re-written by Shane Simpkins of JST and R&R Clan.
Script to give players info about rates.
Also will kick players with high rates (optional).
Enables any player to type "rates" at player chat and see a list of all players rates.
Also player may type "rates + partial name" to get rate info of a single player
It does not change or attempt to change anything it is only for info.the display is given only to the player who types it.
Requirements:Event Scripts v2.0 or higher
INSTALLATION:Download the .rar file
Extract the folders exactly as they are in the rar file.
../addons/eventscripts/ace_rates/ace_rates.py
../addons/eventscripts/ace_rates/language.ini
Add the line es_load ace_rates your autoexec.cfg
Restart Server
See rate poeple
Edit the parameters (in ace_rates.py) below to your liking: Code:
ace_rate_kick = False #True if you want to simply kick raters, else False
ace_rate_announce = True #False=No Announcing, True=Announce rate adjustment to player chat
Edit the language.ini if you wish to add any different messages or languages. Do not edit this if you are not sure what you are doing.