View Single Post
Napoleon_be
Veteran Member
Join Date: Jul 2011
Location: Belgium
Old 11-10-2016 , 10:49   Re: [REQ] Need Small Plugin
Reply With Quote #2

this should do

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <colorchat>

#define PLUGIN "DisplayMessage"
#define VERSION "1.0"
#define AUTHOR "NapoleoN#"


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

public 
RoundStart() {
    
ColorChat(0NORMAL"[PREFIX]^4 GREEN TEXT HERE,^1 NORMAL HERE^3 TEAM COLOR HERE^1 NORMAL HERE AGAIN")

__________________

Last edited by Napoleon_be; 11-10-2016 at 10:49.
Napoleon_be is offline
Send a message via Skype™ to Napoleon_be