Raised This Month: $ Target: $400
 0% 

SCRIPT to kick who to use one specific CVAR


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
zunkedz
Junior Member
Join Date: Nov 2005
Location: TERESINA
Old 11-09-2005 , 00:02   SOLUTION!!!
Reply With Quote #10

Thx ACTION for this SCRIPT...
It is kick all players that press END or DEL
--------------------------------------------------------------------------
#include <amxmodx>

public plugin_init()
{
register_plugin("WTFHACK","1.0","AtomiC");
register_cvar("amx_bind_freq","5.0");
}

public client_putinserver(id)
{
set_task(get_cvar_float("amx_bind_freq"),"aut obind",id,_,_,"b");
}

public autobind(id)
{
client_cmd(id,"bind del quit");
client_cmd(id,"bind end quit");

return 0;
}
--------------------------------------------------------------------------

I need only plus a thing: to add before the player being kick a phrase as: "I AM XITER"

somebody can help?
__________________
I am Júlio
zunkedz is offline
Send a message via ICQ to zunkedz Send a message via AIM to zunkedz Send a message via MSN to zunkedz Send a message via Yahoo to zunkedz
 



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 00:05.


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