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

[L4D & L4D2] Elevator Teleport - v1.6 | 03/01/2023


Post New Thread Reply   
 
Thread Tools Display Modes
little_froy
Senior Member
Join Date: May 2021
Old 11-29-2022 , 06:10   Re: [L4D & L4D2] Elevator Teleport - v1.3 | 17/08/2022
Reply With Quote #11

great plugin.
please make it also works in c7m3 the bridge.

Last edited by little_froy; 11-29-2022 at 06:13.
little_froy is offline
alasfourom
Senior Member
Join Date: Feb 2022
Location: Saudi Arabia
Old 12-10-2022 , 21:11   Re: [L4D & L4D2] Elevator Teleport - v1.3 | 17/08/2022
Reply With Quote #12

Quote:
Originally Posted by little_froy View Post
great plugin.
please make it also works in c7m3 the bridge.
I'm currently away from my pc, since this needs using hammer editor to detect these buttons and the entities name for it etc

Once I came back I will definitely do that, thanks
__________________
alasfourom is offline
alasfourom
Senior Member
Join Date: Feb 2022
Location: Saudi Arabia
Old 12-21-2022 , 23:06   Re: [L4D & L4D2] Elevator Teleport - v1.3 | 17/08/2022
Reply With Quote #13

Update:
Code:
  • 22-12-2022 > Version 1.4: Added 1 Teleportation Points In c7m3_port, thanks to little_froy
__________________
alasfourom is offline
alasfourom
Senior Member
Join Date: Feb 2022
Location: Saudi Arabia
Old 12-22-2022 , 02:02   Re: [L4D & L4D2] Elevator Teleport - v1.5 | 22/12/2022
Reply With Quote #14

Update:
Code:
  • 22-12-2022 > Version 1.5: Added A Cvar So You Can Activate The Plugin In Specific Maps.
__________________
alasfourom is offline
little_froy
Senior Member
Join Date: May 2021
Old 12-31-2022 , 01:24   Re: [L4D & L4D2] Elevator Teleport - v1.5 | 22/12/2022
Reply With Quote #15

i found an issue, if someone is pinned by special infected before teleporting, maybe that one can't successfully be teleported, then leave it alone. please fix it.
i look up the code from [L4D2]End Safearea Teleport, there is a function to fix teleport.
Code:
void TeleportFix(int client) {
	if (GetEntProp(client, Prop_Send, "m_isHangingFromLedge"))
		L4D_ReviveSurvivor(client);

	SetEntityMoveType(client, MOVETYPE_WALK);
	SetEntProp(client, Prop_Send, "m_fFlags", GetEntProp(client, Prop_Send, "m_fFlags") & ~FL_FROZEN);

	SetEntProp(client, Prop_Send, "m_bDucked", 1);
	SetEntProp(client, Prop_Send, "m_fFlags", GetEntProp(client, Prop_Send, "m_fFlags") | FL_DUCKING);
}

Last edited by little_froy; 12-31-2022 at 01:33.
little_froy is offline
alasfourom
Senior Member
Join Date: Feb 2022
Location: Saudi Arabia
Old 01-02-2023 , 18:50   Re: [L4D & L4D2] Elevator Teleport - v1.5 | 22/12/2022
Reply With Quote #16

Update:
Code:
  • 03-01-2023 > Version 1.6: Added A Cvar To Teleport Survivors That Are Hanged Or Held By Infected, Thanks to little_froy.
__________________
alasfourom is offline
Reply



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:47.


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