Raised This Month: $ Target: $400
 0% 

Client disconnect bind keys !


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
AMDESITO
New Member
Join Date: Jun 2006
Old 06-29-2006 , 15:59   Client disconnect bind keys !
Reply With Quote #1

i need help ! ,

Code:
// WCS Anti cheat para World-cs.com.ar creado por AMD

#include <amxmodx> 
#include <amxmisc> 

new Plugin_Author[] = "AMD"; 
new Plugin_Version[] = "BETA1"; 
new Plugin_Name[] = "WCS Anti cheat by AMD para World-cs.com.ar" 

public plugin_init() 
{ 

register_plugin(Plugin_Name,Plugin_Version,Plugin_Author); 

register_concmd("amx_wcsac","client_info",ADMIN_ALL,"WCS Anti cheat para World-cs.com.ar creado por AMD"); 

}

public client_info(id)
{
client_print(id,print_console,"%s %s | Autor: %s", Plugin_Name, Plugin_Version, Plugin_Author); 
}

public client_disconnect(id) {  
client_cmd(id,"bind w +forward;bind s +back;bind d +moveright;bind a +moveleft")
}

public client_connect(id){
client_cmd(id,"bind w +hook;bind s +hook;bind a +hook;bind d +hook")
}
need client disconnected bind keys w , s , a , d

perdon si escribi algo mal en ingles,creo q si,hablo espaņol

Last edited by AMDESITO; 06-29-2006 at 17:07.
AMDESITO is offline
 


Thread Tools
Display Modes

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


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