Raised This Month: $12 Target: $400
 3% 

[CS:GO] Weapon Jump (3.1.0 - 21/07/2018)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
micapat
Veteran Member
Join Date: Feb 2010
Location: Nyuu, nyuu (France).
Plugin ID:
5470
Plugin Version:
3.1.0
Plugin Category:
Fun Stuff
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Knockback the players when shooting
    Old 12-30-2016 , 12:04   [CS:GO] Weapon Jump (3.1.0 - 21/07/2018)
    Reply With Quote #1

    # Description


    The players are knockback when shooting, providing the ability to weapon jump (Similar to the rocket jump in TF2).



    # Installation


    HTML Code:
    /addons/sourcemod/configs/weapon_jump.cfg
    /addons/sourcemod/plugins/weapon_jump.smx
    /addons/sourcemod/scripting/weapon_jump.sp (Optional)
    # Console Variables


    PHP Code:
    "sm_weapon_jump_enable" Enable the plugin 
    # Configuration file


    The weapon jump properties can be configured using the file weapon_jump.cfg.
    This file is read every map change or when the plugin is reloaded.

    By default, the weapons deagle, mp7 and mag7 are configured.

    Remark: The entity name of the weapons ("weapon_*") for CS:GO can be found here.

    # Repository


    https://github.com/nyuufr/Weapon-Jump



    Have fun, and don't hesitate to report any bugs
    Attached Thumbnails
    Click image for larger version

Name:	line.png
Views:	30276
Size:	6.1 KB
ID:	164546  
    Attached Files
    File Type: cfg weapon_jump.cfg (1.2 KB, 833 views)
    File Type: sp Get Plugin or Get Source (weapon_jump.sp - 1613 views - 13.8 KB)
    __________________

    Last edited by micapat; 07-21-2018 at 08:48. Reason: New version (3.1.0)
    micapat is offline
    8guawong
    AlliedModders Donor
    Join Date: Dec 2013
    Location: BlackMarke7
    Old 12-30-2016 , 12:45   Re: [CSGO] Mag7 Jumping
    Reply With Quote #2

    here is a similar plugin
    https://forums.alliedmods.net/showthread.php?p=2424831
    __________________
    8guawong is offline
    micapat
    Veteran Member
    Join Date: Feb 2010
    Location: Nyuu, nyuu (France).
    Old 12-30-2016 , 13:00   Re: [CSGO] Mag7 Jumping
    Reply With Quote #3

    The plugin that you shared is more a mod than a simple plugin.
    For example you can find in it:

    PHP Code:
    public void OnConfigsExecuted()
    {
        
        
    //Precache
        
    PrecacheSound(EXPLODE_SOUNDtrue);
        
    PrecacheModel(ModelPath);
        
        
    //Cvars
        
    SetCvar("sv_airaccelerate",         "1000");
        
    SetCvar("mp_ct_default_primary",     "weapon_nova");
        
    SetCvar("mp_ct_default_secondary",     "");
        
    SetCvar("mp_t_default_primary",     "weapon_nova");
        
    SetCvar("mp_t_default_secondary",     "");
        
    SetCvar("bot_quota",                 "0");
        
    SetCvar("sv_infinite_ammo",         "1");
        
    SetCvar("sv_maxvelocity",             "1500");
        
    SetCvar("mp_maxrounds",             "1");
        
    SetCvar("sv_allow_thirdperson",     "1");
        
        
    BhopOn();
    }

    ... 
    It's a little more complicated than mine, which just adds an effect of knockback with the MAG-7.
    __________________

    Last edited by micapat; 12-30-2016 at 13:03.
    micapat is offline
    CamerDisco
    AlliedModders Donor
    Join Date: Aug 2015
    Location: Poland
    Old 12-30-2016 , 16:49   Re: [CSGO] Mag7 Jumping
    Reply With Quote #4

    Nice plugin, I'll use it!
    __________________


    Max-Play.pl - the best polish servers
    CamerDisco is offline
    nguyenbaodanh
    AlliedModders Donor
    Join Date: Jun 2007
    Location: HCMC, Vietnam
    Old 01-18-2017 , 00:09   Re: [CSGO] Mag7 Jumping
    Reply With Quote #5

    can you make it for nova only ? =))
    __________________
    nguyenbaodanh is offline
    Aymeric VII
    BANNED
    Join Date: Jun 2016
    Location: Hiding under my sheets
    Old 01-18-2017 , 00:15   Re: [CSGO] Mag7 Jumping
    Reply With Quote #6

    Quote:
    Originally Posted by nguyenbaodanh View Post
    can you make it for nova only ? =))
    Just change if (StrEqual(szWeapon, "weapon_mag7"))
    Aymeric VII is offline
    sneaK
    SourceMod Moderator
    Join Date: Feb 2015
    Location: USA
    Old 01-18-2017 , 00:16   Re: [CSGO] Mag7 Jumping
    Reply With Quote #7

    Quote:
    Originally Posted by nguyenbaodanh View Post
    can you make it for nova only ? =))
    I literally just found and replaced every "Mag7" with "Nova" for consistency's sake, now you have Nova Jumping! Untested, but should work just fine.
    Attached Files
    File Type: sp Get Plugin or Get Source (nova_jumping.sp - 992 views - 3.1 KB)
    __________________

    Last edited by sneaK; 01-18-2017 at 00:17.
    sneaK is offline
    nguyenbaodanh
    AlliedModders Donor
    Join Date: Jun 2007
    Location: HCMC, Vietnam
    Old 01-18-2017 , 04:18   Re: [CSGO] Mag7 Jumping
    Reply With Quote #8

    Quote:
    Originally Posted by blackhawk74 View Post
    I literally just found and replaced every "Mag7" with "Nova" for consistency's sake, now you have Nova Jumping! Untested, but should work just fine.
    thanks alot
    __________________
    nguyenbaodanh is offline
    my11
    Member
    Join Date: Feb 2015
    Location: Argentina
    Old 01-19-2017 , 08:52   Re: [CSGO] Mag7 Jumping
    Reply With Quote #9

    FUnny
    __________________
    my11 is offline
    BoosterGold
    Member
    Join Date: Nov 2016
    Old 01-19-2017 , 20:31   Re: [CSGO] Mag7 Jumping
    Reply With Quote #10

    In tandem with the warmup plugin, your mag7 jumping mod has made my server SO MUCH FUN before the game mode begins

    Last edited by BoosterGold; 01-19-2017 at 20:31.
    BoosterGold is offline
    Reply


    Thread Tools
    Display Modes

    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 02:47.


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