Quote:
Originally Posted by guipatinador
PHP Code:
#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
}
|
Just to clarify, this is when a
new round is initiated and not when the round ends.
__________________