[CAMPANIE STAFF]Cautam moderatori si designeri activi!
Welcome to WTFCS Community Forums!
Servere gaming la super-preturi! [HOSTING SERVICE]
-->






[PLUGIN CS 1.6] Bunnyhop
Author : iTeQ, Category : Plugins cs, 0 Replyes, 1277 Views
EVALUATE THIS TOPIC
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
1 Guest(s)
#iTeQ's Here!
 
194
POSTS
129
THREADS
100
REPUTATION
Male
Sex

WtfCs Coins: 4.54[w]
07-30-2018, 01:50 PM (This post was last modified: 07-30-2018, 01:53 PM by iTeQ.)
#1
Descărcare:
SMA --> 

/* LordOfNothing @ 2013

Change Log :

1.0 - Original Source
1.1 - Change client_prethink with Ham_Player_Jump
1.2 - Add command /bhop


Credits :

wacK - Original Source
LordOfnothing - project developer
*/

#include
<amxmodx>
#include
<engine>
#include
<hamsandwich>
#include
<colorchat>

new const PLUGIN [] = "Auto Bunny Hop";
new const VERSION [] = "1.2";
new const AUTHOR [] = "LordOfNothing";

new bool:BhopOn[33];

public plugin_init() {

register_plugin(PLUGIN,VERSION,AUTHOR)
RegisterHam(Ham_Player_Jump, "player", "Fwd_JumpCount", 1)
register_clcmd("say /bhop","ActivateBhop");
register_clcmd("say_team /bhop","ActivateBhop");
}

public ActivateBhop(id)
{
if(!BhopOn[id])
{
ColorChat(id, RED, "[BHOP] ^4Ai activat auto bhop !");
BhopOn[id] = true;
return PLUGIN_HANDLED
}else{
ColorChat(id, RED, "[BHOP] ^4Ai dezactivat auto bhop !");
BhopOn[id] = false;
return PLUGIN_HANDLED
}
return PLUGIN_CONTINUE

}

public client_disconnect(id)
{
BhopOn[id] = false;
}

public Fwd_JumpCount(id) {

if(is_user_alive(id) && BhopOn[id])
{
new oldbuttons = get_user_oldbutton(id);

oldbuttons &= ~IN_JUMP;
entity_set_int(id, EV_INT_oldbuttons, oldbuttons);
}

}


Denumire plugin: Bunnyhop
Versiune: -
Link oficial: -
Instalare: 
1. Fişierul bhop.sma îl puneţi în addons/amxmodx/scripting
2. Fişierul bhop.amxx îl puneţi în addons/amxmodx/plugins
3. Intraţi în fişierul addons/amxmodx/configs/plugins.ini şi adăugaţi la urmă:

Code:
bhop.amxx

[b]Comenzi chat: 
[/b]
  • /bhop

Imagini (opțional): -


Forum Jump: