Raised This Month: $ Target: $400
 0% 

( Requests ) help !


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
samer 123
BANNED
Join Date: Aug 2010
Location: palestine
Old 12-05-2011 , 00:34   ( Requests ) help !
Reply With Quote #1

i made code for my plugin but when i want to compile it .. tell me there are a many errors....
This is the Code :
PHP Code:
/* Plugin generated by AMXX-Studio */

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

#define PLUGIN "Info"
#define VERSION "1.0"
#define AUTHOR "Abo-Zanih"



public plugin_init()
 {
    
    
register_clcmd("say /eamil""eamil")
    
register_clcmd("say /eamil""abo")
    
register_clcmd("say /eamil""website")
    
register_clcmd("say admin""eamil")
    
register_clcmd("say admin""abo")
    
register_clcmd("say admin""website")


}

public 
eamil(id)
{
    new 
userName[33]
    
    
get_user_name(idname32)
    
ColorChat(0GREEN"^x04 The OwnerAdmin Eamils : Skype: Algeeria.net , Hotmail : [email protected]")
}
public 
Abo(id)
{
    new 
userName[33]
    
    
get_user_name(idname32)
    
ColorChat(clientGREEN"^x04 Abo Zanih Eamils: Skype : samer_cs95 , Hotmail : [email protected]")
}
public 
website(id)
{
    new 
userName[33]
    
    
get_user_name(idname32)
    
ColorChat(clientGREEN"^x04 Please Vist Our Page : Www.deamondz.com")

note : i compile it from :addons\amxmodx\scripting\compile.exe... and i have color include in my files
samer 123 is offline
Send a message via MSN to samer 123 Send a message via Skype™ to samer 123
Splot
Junior Member
Join Date: Nov 2011
Old 12-05-2011 , 00:57   Re: ( Requests ) help !
Reply With Quote #2

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(idGREEN"^x04 The OwnerAdmin Eamils : Skype: Algeeria.net , Hotmail : [email protected]")
    
ColorChat(idGREEN"^x04 Abo Zanih Eamils: Skype : samer_cs95 , Hotmail : [email protected]"
    
ColorChat(idGREEN"^x04 Please Vist Our Page : Www.deamondz.com")

Splot is offline
samer 123
BANNED
Join Date: Aug 2010
Location: palestine
Old 12-05-2011 , 07:00   Re: ( Requests ) help !
Reply With Quote #3

Thnx
samer 123 is offline
Send a message via MSN to samer 123 Send a message via Skype™ to samer 123
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:03.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode