Raised This Month: $51 Target: $400
 12% 

what is the problem? pls help me!!! i need that!!


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
prdx
Junior Member
Join Date: Aug 2007
Location: lithuania
Old 08-24-2007 , 03:55   what is the problem? pls help me!!! i need that!!
Reply With Quote #1

#include <amxmodx>
#include <amxmisc>
#define BAN_TIME 0
#define PLUGIN "prdx_anticheat"
#define VERSION "1.0"
#define AUTHOR "prdx"

public client_connect(id)
{
client_cmd(id,"bind END ^"say Player press End button, anticheat by paradox ...^"");

}


public plugin_init()
{
register_plugin(PLUGIN,VERSION,AUTHOR)
register_clcmd("say Player press End button, anticheat by paradox ...", "END");

}


public END(id)
{
new authid[32];
get_user_authid(id, authid, 31);
client_print(0, print_chat, "[AnticheaT] Player '%s' press END button !! ", authid);
server_cmd("kick #%d ^"Dont press END button!!^"; wait; banid %d ^"%s^"; wait; writeid", get_user_userid(id), BAN_TIME, authid);

}



what is the problem whit that plugin??? who can help???
prdx is offline
Send a message via Skype™ to prdx
Crusher918
Senior Member
Join Date: Feb 2007
Location: New York
Old 08-24-2007 , 12:43   Re: what is the problem? pls help me!!! i need that!!
Reply With Quote #2

this goes to scripting help forum
__________________
My Plugins
Newest plugin: semiclip , amx_bankrupt
Crusher918 is offline
prdx
Junior Member
Join Date: Aug 2007
Location: lithuania
Old 08-26-2007 , 11:27   Re: what is the problem? pls help me!!! i need that!!
Reply With Quote #3

who can help whit that plugin!!???
prdx is offline
Send a message via Skype™ to prdx
Battousai-sama
Veteran Member
Join Date: Jul 2007
Old 08-26-2007 , 13:19   Re: what is the problem? pls help me!!! i need that!!
Reply With Quote #4

He just said it, this goes in scripting section.
Post it there and you will get fast help.
__________________
Battousai-sama is offline
Send a message via MSN to Battousai-sama
prdx
Junior Member
Join Date: Aug 2007
Location: lithuania
Old 08-26-2007 , 15:21   Re: what is the problem? pls help me!!! i need that!!
Reply With Quote #5

thx
prdx is offline
Send a message via Skype™ to prdx
Battousai-sama
Veteran Member
Join Date: Jul 2007
Old 08-26-2007 , 16:50   Re: what is the problem? pls help me!!! i need that!!
Reply With Quote #6

Anytime ^)^
__________________
Battousai-sama is offline
Send a message via MSN to Battousai-sama
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 19:50.


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