View Single Post
shehzad1234
BANNED
Join Date: Jan 2016
Location: https://t.me/pump_upp
Old 11-11-2016 , 14:19   Re: [REQ] Need Small Plugin
Reply With Quote #6

Quote:
Originally Posted by Amine Belokda View Post
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)

Thnx yaar..
shehzad1234 is offline
Send a message via ICQ to shehzad1234 Send a message via AIM to shehzad1234 Send a message via Yahoo to shehzad1234