View Single Post
Amine Belokda
Senior Member
Join Date: Oct 2015
Location: ML_NOT_FOUND
Old 11-11-2016 , 13:49   Re: [REQ] Need Small Plugin
Reply With Quote #4

using this
PHP Code:
#include <amxmodx>
#include <ColorChat>

#define PLUGIN "Round Start Message"
#define VERSION "1.0"
#define AUTHOR "Amine Belokda"

new const g_prefix[] = "[Round-Start]"

public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_logevent("NewRound"2"1=Round_Start")
}

public 
NewRound()
{
    
ColorChat(idGREEN,"%s ^1You Message Here"g_prefix)
    
// to add other message copie this // Code: ColorChat(id, GREEN,"%s ^1You Message Here", g_prefix)

__________________
Amine Belokda is offline
Send a message via MSN to Amine Belokda