AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   L4D2 Hanging on Wall (https://forums.alliedmods.net/showthread.php?t=311025)

Strolchi.GER 09-30-2018 14:45

L4D2 Hanging on Wall
 
Hi,

i Hope one can Help me.

In L4D2 is a "Feautre" you hanging on a Wall, when you go over and a other Player must help you up.

This Function can be deactivated.

My Question, is this a Plugin or a "Hack" in a DLL, CFG in the L4d2 Directory. I see this on many Servers.

Cheers

Strolchi:)

Skyy 10-04-2018 06:25

Re: L4D2 Hanging on Wall
 
If what you're asking for is to instantly kill a player who starts hanging on a ledge; yes, aside from declarations, this is < 10 lines of code to accomplish; a simple timer, that's all, really. If you'd like it, I (or anyone else) can just post the code. Also, you should try posting in plugin requests, in the future.

I'm not sure if there's an actual cvar for it, though; I just outright disable ledge hanging by killing the player if it happens, on my server at least.

Strolchi.GER 10-04-2018 11:49

Re: L4D2 Hanging on Wall
 
Thx Skyy for the Answer, jep im a Noob in Programming, im a Plugin User :).

I use a Smoker Tounge on my Server, it`s very Annoying, wehn you hanging on Walls.....

I have nothing found (Plug-in, more Infos).

Greetings Strolchi

Lux 10-04-2018 21:53

Re: L4D2 Hanging on Wall
 
Quote:

Originally Posted by Skyy (Post 2617978)
If what you're asking for is to instantly kill a player who starts hanging on a ledge; yes, aside from declarations, this is < 10 lines of code to accomplish; a simple timer, that's all, really. If you'd like it, I (or anyone else) can just post the code. Also, you should try posting in plugin requests, in the future.

I'm not sure if there's an actual cvar for it, though; I just outright disable ledge hanging by killing the player if it happens, on my server at least.

PHP Code:

AcceptEntityInput(client"DisableLedgeHang")
AcceptEntityInput(client"EnableLedgeHang"


Strolchi.GER 10-05-2018 14:15

Re: L4D2 Hanging on Wall
 
Hi, thx for the Answer, i have found the Plug in:
https://forums.alliedmods.net/showthread.php?p=2282008

I need this plus a Line for the Player himself, reason is i use the rope.smx, when i rope up or down, and i am near on a Edge, the Charakter grab the Edge, thats annoying.

Sorry im a noob in make a line thats work.

thx

Strolchi :)

Strolchi.GER 10-13-2018 15:10

Re: L4D2 Hanging on Wall
 
Hi, found a Solution / Fix for the Problem, thx for help :)

Strolchi :bacon!: :)

Neuro Toxin 10-13-2018 19:03

Re: L4D2 Hanging on Wall
 
You should share your solution for future readers with the same problem.


All times are GMT -4. The time now is 06:45.

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