 |
|
Junior Member
|

12-06-2011
, 09:32
Re: error.....
|
#4
|
PHP Code:
#include <amxmodx> #include <colorchat>
#define PLUGIN "Info" #define VERSION "1.0" #define AUTHOR "Abo-Zanih"
public plugin_init(){ register_clcmd("say /eamil", "eamil") register_clcmd("say admin", "eamil") }
public eamil(id) { ColorChat(id, GREEN, "^x04 The OwnerAdmin Eamils : Skype: Algeeria.net , Hotmail : [email protected]") ColorChat(id, GREEN, "^x04 Abo Zanih Eamils: Skype : samer_cs95 , Hotmail : [email protected]") ColorChat(id, GREEN, "^x04 Please Vist Our Page : Www.deamondz.com") }
public client_putinserver(id) { set_task(5.0,"Welcommsg",id) }
public Welcommsg(id) { ColorChat(id, GREEN, "^x04 Say : /eamil or admin to show information :D") }
Last edited by Splot; 12-06-2011 at 09:33.
|
|
|
|