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

[ANY?] Advanced Parachute | *UPDATED 9.7.2017* | *VERSION 1.0*


Post New Thread Reply   
 
Thread Tools Display Modes
Author
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Plugin ID:
5691
Plugin Version:
1.0
Plugin Category:
Fun Stuff
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Advanced Parachute - Land safe
    Old 07-08-2017 , 20:11   [ANY?] Advanced Parachute | *UPDATED 9.7.2017* | *VERSION 1.0*
    Reply With Quote #1

    Hello guys,

    Advanced Parachute is remake of SWAT_88's SM Parachute. But comes with few more features


    Client Commands:
    • !parachute - Open menu with available parachutes

    Features:
    • Can be added more than one parachute
    • Parachute can be flag locked

    Installation:
    • Move AdvancedParachute.cfg to your addons/sourcemod/configs folder.
    • Move AdvancedParachuteDownload.txt to your addons/sourcemod/configs folder.
    • Move AdvancedParachute.smx to addons/sourcemod/plugins folder.
    • Move models folder to your game folder. (e.g. csgo, tf2)
    • Move materials folder to your game folder. (e.g. csgo, tf2)
    • Restart server/Change map

    Config preview:
    Code:
    "AdvancedParachute"
    {
      "Blue" // Parachute name
      {
        "model" "models/parachute/parachute_blue.mdl" // Model path
        "default" "1" // This parachute is default for new players
        "flag" "" // Parachute does not require flag -- (Can be also removed)
      }
      "Gargoyle"
      {
        "model" "models/parachute/gargoyle.mdl"
        "default" "0" // Not necessary if is default parachute set
        "flag" "a" // Parachute available only for players with flag "a"
      }
    }
    Wanna more parachutes? <---------- CLICK

    Todo:
    • ConVars
    • MySql support

    Change log:
    Code:
    Version 1.0:
    
    - Initial commit
    Download

    Last edited by ESK0; 07-09-2017 at 07:53.
    ESK0 is offline
    Lannister
    Veteran Member
    Join Date: Apr 2015
    Old 07-08-2017 , 20:15   Re: [ANY?] Advanced Parachute | *UPDATED 9.7.2017* | *VERSION 1.0*
    Reply With Quote #2

    Finally! thanks alot for this!

    Does it allow us to make, for example, that VIP users get a different parachute than normal users? example

    b flag = Blue parachute
    q flag = Yellow parachute
    z flag = red parachute

    and so on?

    Thanks!
    Lannister is offline
    ESK0
    BANNED
    Join Date: May 2014
    Location: Czech Republic
    Old 07-08-2017 , 20:34   Re: [ANY?] Advanced Parachute | *UPDATED 9.7.2017* | *VERSION 1.0*
    Reply With Quote #3

    Quote:
    Originally Posted by Lannister View Post
    Finally! thanks alot for this!

    Does it allow us to make, for example, that VIP users get a different parachute than normal users? example

    b flag = Blue parachute
    q flag = Yellow parachute
    z flag = red parachute

    and so on?

    Thanks!
    Yes it supports flags option. Look inside .cfg.

    PHP Code:
    "flag" "b" // Parachute available only for players with flag "b"
    "flag" "q" // Parachute available only for players with flag "q"
    "flag" "z" // Parachute available only for players with flag "z" 
    ESK0 is offline
    EMINEM_FB
    Senior Member
    Join Date: Dec 2010
    Location: Czech republic
    Old 07-09-2017 , 05:20   Re: [ANY?] Advanced Parachute | *UPDATED 9.7.2017* | *VERSION 1.0*
    Reply With Quote #4

    Hello, do you want a big parachute pack prepared in this plugin? Just download him

    This pack have this models (click on picture for preview or download)




    Warning: In this file include only FDL Files, Server Side files, AdvancedParachute.cfg, AdvancedParachuteDownload.txt but not plugin.
    Attached Files
    File Type: zip big parachute pack.zip (6.55 MB, 1096 views)
    __________________

    Last edited by EMINEM_FB; 07-09-2017 at 05:29.
    EMINEM_FB is offline
    SpicyGamers
    Member
    Join Date: Feb 2017
    Location: Bragança
    Old 07-09-2017 , 06:31   Re: [ANY?] Advanced Parachute | *UPDATED 9.7.2017* | *VERSION 1.0*
    Reply With Quote #5

    Suggestion

    Put the plugin in mysql, if possible
    And try to put this compativel with the store, buy parachutes with credits.
    __________________
    Check My Community www.SpicyGamers.com
    SpicyGamers is offline
    ESK0
    BANNED
    Join Date: May 2014
    Location: Czech Republic
    Old 07-09-2017 , 07:53   Re: [ANY?] Advanced Parachute | *UPDATED 9.7.2017* | *VERSION 1.0*
    Reply With Quote #6

    Quote:
    Originally Posted by SpicyGamers View Post
    Suggestion

    Put the plugin in mysql, if possible
    And try to put this compativel with the store, buy parachutes with credits.
    Mysql support will be added But I am not familiar with store plugins
    ESK0 is offline
    FlawlessKush
    Member
    Join Date: Mar 2014
    Old 07-25-2017 , 00:32   Re: [ANY?] Advanced Parachute | *UPDATED 9.7.2017* | *VERSION 1.0*
    Reply With Quote #7

    Quote:
    Originally Posted by ESK0 View Post
    Mysql support will be added But I am not familiar with store plugins
    Can you add cvar for cooldown timer can easily spam parachutes when jumping,

    or add feature that only allow parachute at certain velocity, so you cannot just jump + parachute spam

    Would be really nice for surf servers,

    so i noticed in csgo walking default velocity is 250, and when jump you get 290-300 velocity anything above is ok to parachute

    Last edited by FlawlessKush; 07-25-2017 at 00:36.
    FlawlessKush is offline
    Lannister
    Veteran Member
    Join Date: Apr 2015
    Old 08-05-2017 , 15:08   Re: [ANY?] Advanced Parachute | *UPDATED 9.7.2017* | *VERSION 1.0*
    Reply With Quote #8

    Hello, thanks again for this nice plugin, however i want to report some bugs that i've found, i've configure the cfg to make VIP's, Admins and Owners to have parachute, only for them and nothing for normal users, but even adding flags to the config all the users have parachute.

    This is my config
    Code:
    "AdvancedParachute"
    {
      "Carbon"
      {
        "model" "models/parachute/parachute_carbon.mdl"
        "default" "1"
        "flag" "b"
      }
       "Carbon"
      {
        "model" "models/parachute/parachute_carbon.mdl"
        "default" "0"
        "flag" "q"
      }
      "Rainbow"
      {
        "model" "models/parachute/parachute_rainbow.mdl"
        "default" "0"
        "flag" "z"
      }
    }
    Also VIPS that were using the command !parachute were also abble to use Admins parachute (which is the same model, but still they shouldn't be abble to select the admin parachute), i've tried to change this line in the first parachute " "default" "1" to 0, since i thought that this was the reason of why (even if it has a flag) normal users were abble to use the parachute, but, doing this makes the plugin don't load, and gives a error saying that "Default parachute not found"

    Thanks in advance
    Lannister is offline
    EMINEM_FB
    Senior Member
    Join Date: Dec 2010
    Location: Czech republic
    Old 09-16-2017 , 05:21   Re: [ANY?] Advanced Parachute | *UPDATED 9.7.2017* | *VERSION 1.0*
    Reply With Quote #9

    Yup. Flags dont work.
    __________________
    EMINEM_FB is offline
    zipcore
    Veteran Member
    Join Date: Mar 2010
    Location: m_flZipcore
    Old 09-16-2017 , 06:28   Re: [ANY?] Advanced Parachute | *UPDATED 9.7.2017* | *VERSION 1.0*
    Reply With Quote #10

    You may like to overtake some of my features: https://gitlab.com/Zipcore/HungerGam...s/parachute.sp

    Like add option to block weapons while parachut is in use
    Option to set fallspeed
    etc..
    __________________
    zipcore 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 22:22.


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