Quote:
|
Originally Posted by aredirect.sma
This plugin is one alternative of plugin XRedirect that stoped work after 2013 updates made by Valve on Games: CS 1.6 and CS:CZ
|
COMMANDS
/server(s) - Servers Menu
/serversips - Displays All servers IPs On Console
CVARS
ar_method
Code:
0- Disables the command /server(s)
1- Kick and say for connect to the Server IP
2- Print Chat saying for connect to the Server IP
3- Print Console And Print Chat saying Server IP was printed in Console
ar_servers_ips_enabled
Code:
0- Disables the command /serversips
1- Enables the command /serversips
ar_show_players (at moment it seems that sockets having some problem so dont turn it "1" for now)
Code:
0- Doesnt shows connected/max players in menu
1- Shows connected/max players in menu
ar_allow_pub_cmds
Code:
0- Disables the chat message informing the commands of this plugin
1- Enables the chat message informing the commands of this plugin
ar_time_to_reprint
Code:
Put the amount that you want to re-print the chat message informing the commands. This value is a float, so always put values like: 120.0 | 90.0 | 60.0 etc
How to install?
Download Amxx File -> Plugins folder
Download Txt File -> Data/Lang folder
Download & Config servers.cfg -> Configs Folder
Open The File "plugins.ini" and add aredirect.amxx
How to config the servers.cfg?
Simple:
"Server IP" "Name Of Server"
Example:
Code:
"123.456.789.000:27015" "Furien"
"123.456.789.111:27015" "BaseBuilder"
Credits
- pokemonmaster (KickPlayer Stock)
- Clauu (get_data Stock - for check current and max players from anothers servers)
- Tirant (Logs - From BaseBuilder Plugin)
-
ML Credits
LOGS
v0.0.1 - First Version
v0.0.2 - Added cvar for change alternative method
v0.0.3 - Optimized kick method
v0.0.4 - Added Players check
v0.0.5 - Optimize, Re-code, Optmize, Add logs, Optimize and Upload Here

v0.0.6 - Added ML Support and Publicty about cmds
v0.0.7 & v0.0.8 - Added somethings and removed include
Images