View Single Post
AlexAlcala
Member
Join Date: May 2019
Location: Perú
Old 11-23-2020 , 17:32   Re: [L4D2] Rescue vehicle leave timer
Reply With Quote #12

Quote:
Originally Posted by HarryPotter View Post
Rescue vehicle leave timer Version 1.0 (2020/11/19)
When rescue vehicle arrived and a timer will display how many time left for vehicle leaving. If a player is not on rescue vehicle or zone, slay him

-Original Request by darkbret.
-Thanks to Marttt and Crasher_3637.


-Feature-
-Works on l4d1/2 all value maps.
-Custom timer for each final map (edit data).

Apply to:
l4d1/2 both

-Require-
1. Sm 1.10 or above
2. Left 4 DHooks Direct

-Convar-
Spoiler


Example Config:
PHP Code:
"rescue_vehicle"
{
    
"c2m5_concert"
    
{
        
"num"        "2"   //There are two escape Helicopters in Dark Carnival
        
"1"
        
{
            
"hammerid"        "792981" //find which entity is rescue vehicle entity by dumping the map with stripper
            
"time"            "60" //set timer to escape (seconds)
        
}
        
"2"
        
{
            
"hammerid"        "793053" //DO NOT modify hammerid unless you know what it is
            
"time"            "60"
        
}
    }

-Edit Github-
Latest version always here

Installation:
-compile l4d_rescue_vehicle_leave_timer.sp and put l4d_rescue_vehicle_leave_timer.smx in addons\sourcemod\plugins
-put l4d_rescue_vehicle.cfg in addons\sourcemod\data
Great, it's the idea I had a couple of months ago, but I only did it for 2 finals "bridge The Parish" and "Cold Stream" the 2 with the cinematics of the vehicle escaping without the survivors and all of them dying
AlexAlcala is offline