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

[L4D & L4D2] Left 4 Parachute


Post New Thread Reply   
 
Thread Tools Display Modes
Aya Supay
Member
Join Date: Nov 2015
Old 05-12-2020 , 00:29   Re: [L4D & L4D2] Left 4 Parachute
Reply With Quote #11

Quote:
Originally Posted by KRUTIK View Post
I am writing to you here, you can add a cvar, enable the plugin only for VIP players or for all players, I guess, it would be convenient.
sorry i don't like cvars but this is for admins and vip
Attached Files
File Type: sp Get Plugin or Get Source (l4d_parachute.sp - 651 views - 5.0 KB)

Last edited by Aya Supay; 05-12-2020 at 13:17.
Aya Supay is offline
Aya Supay
Member
Join Date: Nov 2015
Old 05-12-2020 , 00:38   Re: [L4D & L4D2] Left 4 Parachute
Reply With Quote #12

Quote:
Originally Posted by fbef0102 View Post
server console spam this line when a client use parachute

PHP Code:
SV_StartSoundvehicles/airboat/fan_blade_fullthrottle_loop1.wav not precached (0


the sound is precache is strange l4d1 or l4d2 ?

PHP Code:
change this is 
if( !g_bLeft4Dead2 PrecacheSound(SOUND_HELICOPTER);

for

PrecacheSound(SOUND_HELICOPTER); 
Aya Supay is offline
Aya Supay
Member
Join Date: Nov 2015
Old 05-12-2020 , 00:39   Re: [L4D & L4D2] Left 4 Parachute
Reply With Quote #13

Quote:
Originally Posted by hoanganh81097 View Post
sometime crash with no reason
https://crash.limetech.org/3hndfvjcfnlf
check if it conflicts with another plugin I have tried it for a long time and it did not happen to me
Aya Supay is offline
HarryPotter
Veteran Member
Join Date: Sep 2017
Location: Taiwan, Asia
Old 05-12-2020 , 10:30   Re: [L4D & L4D2] Left 4 Parachute
Reply With Quote #14

Quote:
Originally Posted by Aya Supay View Post


the sound is precache is strange l4d1 or l4d2 ?
is because you did not PrecacheSound sound in left 4 dead 2, but plugin stops the sound here
so the server console spams the error

PHP Code:
void ParachuteDrop(int client)
{
    if (!
IsClientInGame(client))
        return;
    
    
StopSound(clientSNDCHAN_STATICSOUND_HELICOPTER);    

should be
PHP Code:
    if( !g_bLeft4Dead2 StopSound(clientSNDCHAN_STATICSOUND_HELICOPTER); 
__________________

Last edited by HarryPotter; 05-12-2020 at 10:31.
HarryPotter is offline
Aya Supay
Member
Join Date: Nov 2015
Old 05-12-2020 , 13:15   Re: [L4D & L4D2] Left 4 Parachute
Reply With Quote #15

Quote:
Originally Posted by fbef0102 View Post
is because you did not PrecacheSound sound in left 4 dead 2, but plugin stops the sound here
so the server console spams the error

PHP Code:
void ParachuteDrop(int client)
{
    if (!
IsClientInGame(client))
        return;
    
    
StopSound(clientSNDCHAN_STATICSOUND_HELICOPTER);    

should be
PHP Code:
    if( !g_bLeft4Dead2 StopSound(clientSNDCHAN_STATICSOUND_HELICOPTER); 

I don't play left 4 dead 2
thanks for warning
done
Aya Supay is offline
KRUTIK
Senior Member
Join Date: Feb 2019
Location: Мос
Old 05-14-2020 , 10:19   Re: [L4D & L4D2] Left 4 Parachute
Reply With Quote #16

Quote:
Originally Posted by Aya Supay View Post
sorry i don't like cvars but this is for admins and vip
Thank you very much.

Last edited by KRUTIK; 05-14-2020 at 10:20.
KRUTIK is offline
marki89
Senior Member
Join Date: Jun 2020
Location: Argentina
Old 12-02-2020 , 11:16   Re: [L4D & L4D2] Left 4 Parachute
Reply With Quote #17

Quote:
Originally Posted by Aya Supay View Post
sorry i don't like cvars but this is for admins and vip
hello how are you, could you put it for the public because I can only use it as admin and when I want to download the plugin I find this Plugin failed to compile! Please try contacting the author.
marki89 is offline
Lolfaceftw
Junior Member
Join Date: Dec 2020
Old 12-03-2020 , 22:10   Re: [L4D & L4D2] Left 4 Parachute
Reply With Quote #18

Compiler error when downloading the smx file?
Lolfaceftw is offline
HarryPotter
Veteran Member
Join Date: Sep 2017
Location: Taiwan, Asia
Old 12-04-2020 , 03:09   Re: [L4D & L4D2] Left 4 Parachute
Reply With Quote #19

Quote:
Originally Posted by Lolfaceftw View Post
Compiler error when downloading the smx file?
you need to download sp file and compile by yourself
__________________
HarryPotter is offline
Lolfaceftw
Junior Member
Join Date: Dec 2020
Old 12-04-2020 , 05:37   Re: [L4D & L4D2] Left 4 Parachute
Reply With Quote #20

Plugin works fine; however, there are no models for the parachute. It's just an invisible glowing parachute shape.
Lolfaceftw 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 21:04.


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