Giter VIP home page Giter VIP logo

Comments (9)

StevenKal avatar StevenKal commented on July 30, 2024 2

Beg for it to be pushed on ReGameDLL_CS first, here!

from reapi.

Kpoluk avatar Kpoluk commented on July 30, 2024 2

@WaLkZa like this I guess

new Float:g_flOldMaxSpeed;

public plugin_init()
{ 
    RegisterHookChain(RG_Jump, "pmJump", false); // to be implemented
    RegisterHookChain(RG_Jump, "pmJump_P", true); // to be implemented
}

public pmJump()
{
    g_flOldMaxSpeed = get_pmove(pm_maxspeed);
    set_pmove(pm_maxspeed, 0.0);
}

public pmJump_P()
{
    set_pmove(pm_fuser2, 0.0);
    set_pmove(pm_maxspeed, g_flOldMaxSpeed);
}

from reapi.

WaLkZa avatar WaLkZa commented on July 30, 2024 2

@Kpoluk Thanks. I look the logic here https://github.com/MichaelKheel/ProKreedz/blob/master/src/KZ_Engine.sma#L5045-L5061
Let's ping @s1lentq @wopox1337

from reapi.

dystopm avatar dystopm commented on July 30, 2024 1

dystopm can you take a look?

Just saw this recently, next time tag me because you just wrote my profile link :P

from reapi.

WaLkZa avatar WaLkZa commented on July 30, 2024

Can you show some example how this will allow to use AXN map?

from reapi.

WaLkZa avatar WaLkZa commented on July 30, 2024

dystopm can you take a look?

from reapi.

wopox1337 avatar wopox1337 commented on July 30, 2024

What's about new bhop cvars? Compatible with axn?

sv_autobunnyhopping 1
sv_enablebunnyhopping 1

from reapi.

WaLkZa avatar WaLkZa commented on July 30, 2024

I don't know, but this hook will be useful as well for other already implemented plugins with orpheu.

from reapi.

dystopm avatar dystopm commented on July 30, 2024

Done in #280

from reapi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.