View Single Post
xLeoNNN
Veteran Member
Join Date: Sep 2010
Location: de_dust2
Old 04-03-2012 , 19:57   Re: [AYUDA] 16 jornadas disputadas un message de buen juego parece
#2

PHP Code:
#include <amxmodx>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"

new rounds

public plugin_init() 
{
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_event("HLTV""event_round_start""a""1=0""2=0")
}

public 
event_round_start()
{
    
rounds++
    
    if(
rounds == 16)
        
client_print(0print_chat"GG!")

__________________
xLeoNNN is offline
Send a message via MSN to xLeoNNN