#include #include #include #include #include #define PLUGIN "Csstats in tab" #define VERSION "1.0" #define AUTHOR "chmod" public plugin_init(){ register_plugin(PLUGIN, VERSION, AUTHOR); register_clcmd("say /test", "get_my_stats"); register_logevent("new_round", 2 , "1=Round_Start"); } public new_round(){ new players[32], num, i; get_players(players, num); for(i=0;i