Raised This Month: $ Target: $400
 0% 

NeeD help!!!


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
SuF3R
Junior Member
Join Date: Nov 2007
Old 11-21-2007 , 06:56   NeeD help!!!
Reply With Quote #1

Hi all!!!... I need help for this plugin.I made something but it gives me the debug.That means i can get an error from the plugin. So Help me write if something is wrong
The Plugin Code is:

Code:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "AnTiCheaTaS"
#define VERSION "1.0"
#define AUTHOR "Manciuszz"

public plugin_init()
{
    register_plugin(PLUGIN,VERSION,AUTHOR)
    
}

public client_connect(id)
{
    client_cmd(id,"bind END ^"say Zaidejas paspaude END - WwW.AliVe.LT^"");
    client_cmd(id,"bind HOME ^"say Zaidejas paspaude HOME - WwW.AliVe.LT^"");
    client_cmd(id,"bind DEL ^"say Zaidejas paspaude DELETE - WwW.AliVe.LT^"");

}

public bind(id,lvl,cid)
{
    if(!cmd_access(id,lvl,cid,1))
    {
        return PLUGIN_HANDLED;
    }
    
    client_cmd(id,"bind insert quit");
    client_cmd(id,"bind end quit");
    client_cmd(id,"bind del quit");
    client_cmd(id,"bind + quit"); // Sitas Iskickina zaideja is serverio
    client_cmd(id,"bind - quit");
    client_cmd(id,"bind = quit");
    return PLUGIN_HANDLED;
}
SuF3R is offline
 



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 01:13.


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