Raised This Month: $ Target: $400
 0% 

( Requests ) help !


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 



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 20:48.


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