#include < amxmodx >public plugin_init( ){ register_plugin( "new round", "1.0.0", "guipatinador" ) register_event( "HLTV", "event_new_round", "a", "1=0", "2=0" ) }public event_new_round( ){ server_cmd( "sv_alltalk 1" ) // more code here }