Update v6.0.0
Code:
* Added amx_tsay (with anonymous option)
* Every day a new log gets created where that day's logs are stored
* Added file to set access flag for each CVAR individually
* Optimized Say chat
* Skipped maps that start with ';'
* Re-created the whole model system, it now works perfectly in other mods like Zombie Escape
* Added option to set default player models for all players
* Cached name, steamid and ip into global variables for optimization
* Fixed players getting wrongfully kicked
* Fixed a bug that let you gag an already gagged player
* Fixed get_time , now the format is MM/DD/YYYY HH/MM/SS instead of MM/DD/YYYY - HH/MM/SS
* Fixed addban and addgag which were bugged in older versions
* Fixed name not showing in chat logs
* Bans are now SteamID and IP dependent, names don't get compared, this is to avoid kicking innocent people, in older versions, if you banned someone with nick <Warrior> Player, all players with that nick couldn't connect, now they only get kicked if their SteamID or IP is identical.
__________________