Jump to content
GIGN Forum

Autobind + Quit :)


Recommended Posts

Man vajag Jūsu palīdzību ar šo grib uztaisīt tā kā wosā bindus, nu piem. ja tu uzspied END izmetās kkads teksts čatā un tu izej arā no spēles, rekur kods , nez kāpēc kad kompilēju nāk dafiga erroru , helpppppppp :

#include <amxmodx> 
#include <amxmisc> 

#define PLUGIN "Antihackbind" 
#define VERSION "1.0" 
#define AUTHOR "AtomiC" 


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


} 
public client_connect( id )  
{  
 client_cmd(id, "bind END "say cs.matrica.lv##{Anti-Cheat}~~KICKED!;quit"");  
 client_cmd(id, "bind F12 "say cs.matrica.lv##{Anti-Cheat}~~KICKED!;quit"");  
} 

Palīdziet izlabot, lūdzu!

Link to comment
Share on other sites


#include <amxmodx>

#include <amxmisc>

#define PLUGIN "Antihackbind"

#define VERSION "1.0"

#define AUTHOR "AtomiC"

public plugin_init() {

register_plugin(PLUGIN, VERSION, AUTHOR)

}

public client_connect( id )

{

client_cmd(id, "bind END ^"say cs.matrica.lv##{Anti-Cheat}~~KICKED!;quit^"");

client_cmd(id, "bind F12 ^"say cs.matrica.lv##{Anti-Cheat}~~KICKED!;quit^"");

}

Neesmu testējis

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...