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
Unban
Junior Member
Join Date: Jul 2011
Location: Lithuania
Old 12-18-2018 , 18:07   Re: [ANY?] Advanced Parachute | *UPDATED 9.7.2017* | *VERSION 1.0*
Reply With Quote #31

mmmm, here is flags just for parachute model.. Parachute is free for all.. Could some make this plugin give parashute for players, who have flag "t" custom6 ? Because i dont wanna give parachute for all.

Last edited by Unban; 12-19-2018 at 09:16.
Unban is offline
Send a message via Skype™ to Unban
iGreen112
Junior Member
Join Date: Dec 2018
Location: Moldova!
Old 01-09-2019 , 12:17   Re: [ANY?] Advanced Parachute | *UPDATED 9.7.2017* | *VERSION 1.0*
Reply With Quote #32

How to use mysql or atleast sqlite?
parachutes are not saving !
iGreen112 is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 03-24-2019 , 14:43   Re: [ANY?] Advanced Parachute | *UPDATED 9.7.2017* | *VERSION 1.0*
Reply With Quote #33

Quote:
Originally Posted by Unban View Post
mmmm, here is flags just for parachute model.. Parachute is free for all.. Could some make this plugin give parashute for players, who have flag "t" custom6 ? Because i dont wanna give parachute for all.
Quote:
"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"
}
}
paulo_crash is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 03-24-2019 , 14:56   Re: [ANY?] Advanced Parachute | *UPDATED 9.7.2017* | *VERSION 1.0*
Reply With Quote #34

Plugin works perfectly on my server, however when players use it lag the server absurdly, with a player using you already feel the lag, now when more than 5 player uses at the same time the server comes to hang because of the lag.

Was there any way to correct that? Any upate for the plugin?
paulo_crash is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 06-20-2019 , 10:37   Re: [ANY?] Advanced Parachute | *UPDATED 9.7.2017* | *VERSION 1.0*
Reply With Quote #35

any scripter or coder can fix this plugin?
freak.exe_uLow is offline
Javierko
AlliedModders Donor
Join Date: Sep 2017
Location: Czech republic
Old 06-20-2019 , 13:00   Re: [ANY?] Advanced Parachute | *UPDATED 9.7.2017* | *VERSION 1.0*
Reply With Quote #36

Quote:
Originally Posted by freak.exe_uLow View Post
any scripter or coder can fix this plugin?
It's bugged like, there is too big sv and server get lags?
__________________
My Github & Sourcemod work.
If you like my work and if you want to support me, you can through PayPal.

Official SourceMod CZ/SK Discord: https://discord.gg/Qvar55a
Javierko is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 06-20-2019 , 16:05   Re: [ANY?] Advanced Parachute | *UPDATED 9.7.2017* | *VERSION 1.0*
Reply With Quote #37

Quote:
Originally Posted by Javierko View Post
It's bugged like, there is too big sv and server get lags?
yes
freak.exe_uLow is offline
zaviier
Senior Member
Join Date: Aug 2017
Location: Indonesia
Old 06-21-2019 , 06:46   Re: [ANY?] Advanced Parachute | *UPDATED 9.7.2017* | *VERSION 1.0*
Reply With Quote #38

work fine in L4D2
but flags seems not working, already set a or z flag but everyone without flag can access default parachute, whatever the parachute flags is
zaviier is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 06-21-2019 , 11:18   Re: [ANY?] Advanced Parachute | *UPDATED 9.7.2017* | *VERSION 1.0*
Reply With Quote #39

Quote:
Originally Posted by zaviier View Post
work fine in L4D2
but flags seems not working, already set a or z flag but everyone without flag can access default parachute, whatever the parachute flags is
Yes, I have the same problem in CSGO, I configured it only for flag "z", but all players have access.
Code:
"AdvancedParachute"
{
  "ARK"
  {
    "model" "models/parachute/parachute_ark.mdl"
    "default" "0"
    "flag" "z"
  }
  "Blue"
  {
    "model" "models/parachute/parachute_blue.mdl"
    "default" "0"
    "flag" "z"
  }
  "Gargoyle"
  {
    "model" "models/parachute/gargoyle.mdl"
    "default" "0"
    "flag" "z"
  }
}
And if you do not leave a parachute set as default of the following error:
Code:
L 06/21/2019 - 11:19:41: [SM] Exception reported: [AdvancedParachute] Default parachute not found
L 06/21/2019 - 11:19:41: [SM] Blaming: AdvancedParachute.smx
L 06/21/2019 - 11:19:41: [SM] Call stack trace:
L 06/21/2019 - 11:19:41: [SM]   [0] SetFailState
L 06/21/2019 - 11:19:41: [SM]   [1] Line 70, D:\Cloud\SourcePawn\GitHub\Advanced-Parachute\addons\sourcemod\scripting\AdvancedParachute.sp::OnMapStart

Last edited by paulo_crash; 06-21-2019 at 11:18.
paulo_crash is offline
eliteroyal
AlliedModders Donor
Join Date: Dec 2016
Location: Moldova
Old 06-26-2019 , 04:34   Re: [ANY?] Advanced Parachute | *UPDATED 9.7.2017* | *VERSION 1.0*
Reply With Quote #40

would be great for csgo (to work without lags)
please fix it
__________________
PEACE FROM MOLDOVA

Last edited by eliteroyal; 06-26-2019 at 04:34.
eliteroyal 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 06:00.


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