AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   [REQ] bunny hop only for VIPS (https://forums.alliedmods.net/showthread.php?t=285443)

malek24 07-20-2016 18:22

[REQ] bunny hop only for VIPS
 
Hello
I try many plugins of bunny hop for vips but not work

OciXCrom 07-20-2016 19:14

Re: [REQ] bunny hop only for VIPS
 
Can you give an example of such plugin?

malek24 07-20-2016 19:46

Re: [REQ] bunny hop only for VIPS
 
I mean in deathrun mod only VIPS mumbers can get autobhop with no limit speed

OciXCrom 07-20-2016 20:34

Re: [REQ] bunny hop only for VIPS
 
You didn't answer my question.

dr hicham 07-20-2016 20:46

Re: [REQ] bunny hop only for VIPS
 
Try This
Not Tested

PHP Code:

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <engine>

public client_PreThink(id)
{
    if(
is_user_alive(id))
    {
        if(
get_user_flags(id) & ADMIN_LEVEL_D)
        {
            
            new 
oldbuttons get_user_oldbutton(id);
        
            
            
oldbuttons &= ~IN_JUMP;
            
entity_set_int(idEV_INT_oldbuttonsoldbuttons);
        }
    }



EFFx 07-21-2016 01:47

Re: [REQ] bunny hop only for VIPS
 
Quote:

Originally Posted by dr hicham (Post 2438229)
Try This
Not Tested

PHP Code:

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <engine>

public client_PreThink(id)
{
    if(
is_user_alive(id))
    {
        if(
get_user_flags(id) & ADMIN_LEVEL_D)
        {
            
            new 
oldbuttons get_user_oldbutton(id);
        
            
            
oldbuttons &= ~IN_JUMP;
            
entity_set_int(idEV_INT_oldbuttonsoldbuttons);
        }
    }



LOL

Houssam Benmouna 07-25-2016 08:39

Re: [REQ] bunny hop only for VIPS
 
Quote:

Originally Posted by dr hicham (Post 2438229)
Try This
Not Tested

PHP Code:

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <engine>

public client_PreThink(id)
{
    if(
is_user_alive(id))
    {
        if(
get_user_flags(id) & ADMIN_LEVEL_D)
        {

What Is THis HHHHH
            
            
new oldbuttons get_user_oldbutton(id);
        
            
            
oldbuttons &= ~IN_JUMP;
            
entity_set_int(idEV_INT_oldbuttonsoldbuttons);
        }
    }





All times are GMT -4. The time now is 23:29.

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