Raised This Month: $ Target: $400
 0% 

ColorChat Help


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
extreem
Member
Join Date: Apr 2011
Location: Czech Republick
Old 04-13-2011 , 15:23   ColorChat Help
Reply With Quote #1

HI, I can't compile my plugin.
Error: fatal error 100: cannot read from file: "colorchat"
PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <fun>
#include <colorchat>

#define PLUGIN "sayomg"
#define VERSION "1.0"
#define AUTHOR "Extreem"

public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_clcmd("say /rs""reset_score")
    
register_clcmd("say /resetscore""reset_score")
}
public 
reset_score(id)
{
    
cs_set_user_deaths(id0)
    
set_user_frags(id0)
    
cs_set_user_deaths(id0)
    
set_user_frags(id0)
    new 
name[33]
        
get_user_name(idname32)
        
ColorChat(0BLUE"%s reset score"name)

Help please
__________________
extreem is offline
Send a message via Skype™ to extreem
 



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:07.


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