Raised This Month: $32 Target: $400
 8% 

Very simple autojump for CS GO ?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
maxgraham
Junior Member
Join Date: Jun 2015
Old 11-07-2015 , 05:58   Very simple autojump for CS GO ?
Reply With Quote #1

I am looking for a very simple plugin really bad. For counter strike global offensive i am looking for a plugin that automatically press jump. So you just hold the space, and it will jump every time you land. I want to use this for my surf server, because the new "Longjump" upgrade is not that good like the previous ones and you can't really bhop with it.

https://forums.alliedmods.net/showthread.php?p=1869895

This plugin has an autojump feature, but only with bhop script. I dont want bhop push because i want the players to upgrade the "longjump" level in RPG menu, so it would be too easy. Can anyone link a plugin that i want, or make fast one? I would be really thankful, because you would save my arse )

Thank you guys, you are all awesome!
maxgraham is offline
tommie113
AlliedModders Donor
Join Date: Oct 2013
Old 11-07-2015 , 08:11   Re: Very simple autojump for CS GO ?
Reply With Quote #2

From what you are saying, that plugin is exactly what you need.
__________________
No longer taking requests due to lack of time and interrest.
Only helping out with minor things through forum.
tommie113 is offline
maxgraham
Junior Member
Join Date: Jun 2015
Old 11-07-2015 , 09:51   Re: Very simple autojump for CS GO ?
Reply With Quote #3

No, because what i linked gives you extra boost and everything, and you can't just turn on autojump and extra boost off... And i have an RPG server, which has "Longjump" upgrade feature, and i want the players to use their own boost from the longjump, and i dont want that other plugins give you more boost on top of the longjump boost...

Just a simple autospace
maxgraham is offline
tommie113
AlliedModders Donor
Join Date: Oct 2013
Old 11-07-2015 , 12:45   Re: Very simple autojump for CS GO ?
Reply With Quote #4

It does not have longjump or any like that.
The guy even says "Note: To Boost in CSGO use together https://forums.alliedmods.net/showthread.php?t=244387.".
You have to use other plugin for that "extra boost".
__________________
No longer taking requests due to lack of time and interrest.
Only helping out with minor things through forum.
tommie113 is offline
nomy
Senior Member
Join Date: Dec 2009
Location: United Kingdom
Old 11-09-2015 , 04:21   Re: Very simple autojump for CS GO ?
Reply With Quote #5

If you want something really basic then this would be it:

PHP Code:
#include <sourcemod>

#pragma semicolon 1

public Action:OnPlayerRunCmd(client, &buttons, &impulseFloat:vel[3], Float:angles[3], &weapon)
{
    if (
IsPlayerAlive(client))
    {
        if (
buttons IN_JUMP)
        {
            if (!(
GetEntityFlags(client) & FL_ONGROUND))
            {
                
buttons &= ~IN_JUMP;
            }
        }
    }
    return 
Plugin_Continue;

nomy is offline
maxgraham
Junior Member
Join Date: Jun 2015
Old 11-09-2015 , 19:42   Re: Very simple autojump for CS GO ?
Reply With Quote #6

Many thanksssss!!!
maxgraham is offline
Reply



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 04:36.


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