AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO] Parachute - CS:GO internal parachute (v2.0, 2/7/2019) (https://forums.alliedmods.net/showthread.php?t=314156)

SHUFEN 02-05-2019 22:08

[CS:GO] Parachute - CS:GO internal parachute (v2.0, 2/7/2019)
 
3 Attachment(s)
https://i.imgur.com/DgCZdXE.jpg

:: Description ::
Allows player to use CS:GO internal parachute. No need to put custom materials / models on servers.

:: Commands ::
!parachute / !chute - Equip a parachute (When "sm_parachute_enabled" is 1)

[SPACE] Key - Use a parachute (When "sm_parachute_enabled" is 2, and "sm_parachute_buttons" & (1<<0))
[F] Key - Use a parachute (When "sm_parachute_enabled" is 2, and "sm_parachute_buttons" & (1<<1))
[E] Key - Use a parachute (When "sm_parachute_enabled" is 2, and "sm_parachute_buttons" & (1<<2))

:: ConVars ::
sm_parachute_enabled "2" - Enable/Disable this plugin [-1: Enabled Anytime, 0: Disabled, 1: Allows Command, 2: Allows Specific Buttons]
sm_parachute_buttons "1" - Enable/Disable buttons [Flags >> 0: None, 1: Jump, 2: LookAtWeapon, 4: Use | e.g. 5 = Jump + Use, 7 = All]

:: Attention ::
Put "CSGOParachute.games.txt" on addons/sourcemod/gamedata/


:: Updates ::
v1.2 -> v2.0: Add "RemoveParachute" signature, Add Button Commands
v1.1 -> v1.2: Fixed several weird behavior
v1.0 -> v1.1: Optimized Codes

Cruze 02-06-2019 00:21

Re: [CS:GO] Parachute - CS:GO internal parachute (v1.0, 2/6/2019)
 
Wow nice! :bacon!: Thanks for sharing!!

freak.exe_uLow 02-06-2019 04:26

Re: [CS:GO] Parachute - CS:GO internal parachute (v1.0, 2/6/2019)
 
thats sick, thanks for share :bacon!:

and a question...do you fix the lag spikes when someone use the parachute?

SHUFEN 02-06-2019 06:18

Re: [CS:GO] Parachute - CS:GO internal parachute (v1.1, 2/6/2019)
 
To be honest I didn't tested about lag spikes.
Well CPU usage is lower, and code has optimized at v1.1.

freak.exe_uLow 02-06-2019 06:29

Re: [CS:GO] Parachute - CS:GO internal parachute (v1.1, 2/6/2019)
 
Quote:

Originally Posted by SHUFEN.jp (Post 2638380)
To be honest I didn't tested about lag spikes.
Well CPU usage is lower, and code has optimized at v1.1.

k and it works, but the control is not the best, i like more that from Esko...but thanks :3

SHUFEN 02-06-2019 07:04

Re: [CS:GO] Parachute - CS:GO internal parachute (v1.1, 2/6/2019)
 
You can modify movements in these cvars btw.

Code:

sv_air_max_horizontal_parachute_ratio [number]  - Change the horizontal ratio used when parachuting down to the ground.
sv_air_max_horizontal_parachute_speed [number]  - Adjusts how quickly you can move horizontally while parachuting.
sv_player_parachute_velocity [number]  - Set the parachute speed.

Quote:

Originally Posted by freak.exe_uLow (Post 2638383)
k and it works, but the control is not the best, i like more that from Esko...but thanks :3


paulo_crash 03-24-2019 15:15

Re: [CS:GO] Parachute - CS:GO internal parachute (v2.0, 2/7/2019)
 
First of all, thanks for the plugin, great work.

I would like to give some suggestions for future upgrades, I hope you enjoy it and that it is possible.

1 - It would be perfect if you could put more models of parachute;
In case it leaves the standard of the CSGO, but in case the user wants it can add new parachutes.

2 - Put option to deprive parachutes for players that have privileges in the server;
If you put more parachute options would be interesting if the user who wants to leave such a private parachute, he can leave such a private parachute in case.

Thanks again and congratulations for the work done so far. :bacon!:

NOTE: I know that many here will say that they already have plugins with this function, and I agree, but everyone I use has presented me with a problem, the last one I am when the players use the parachute, the server simply hangs up with so much lag. :(

I have tried to contact the creators but to no avail so far.

arcticx2 05-04-2019 10:44

Re: [CS:GO] Parachute - CS:GO internal parachute (v2.0, 2/7/2019)
 
this plugins needs an update after csgo update

T1MOXA 05-29-2019 09:11

Re: [CS:GO] Parachute - CS:GO internal parachute (v2.0, 2/7/2019)
 
Code:

Exception reported: Offset -1 is invalid
[SM] Blaming: CSGOParachute.smx
[SM] Call stack trace:
[SM]  [0] GetEntData
[SM]  [1] Line 251, F:\C_Bak_2\Scripting\scripting_1.9_original\CSGOParachute.sp::EquipParachute
[SM]  [2] Line 198, F:\C_Bak_2\Scripting\scripting_1.9_original\CSGOParachute.sp::OnPlayerRunCmd


j1gg 05-29-2019 16:00

Re: [CS:GO] Parachute - CS:GO internal parachute (v2.0, 2/7/2019)
 
Can you add cvar to setup plugin for flag?


All times are GMT -4. The time now is 20:43.

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