View Single Post
HarryPotter
Veteran Member
Join Date: Sep 2017
Location: Taiwan, Asia
Old 03-29-2024 , 18:43   Re: [L4D1 & L4D2] Incapped Pills Pop
Reply With Quote #90

Dragokas, maybe try the plugin without l4d_heartbeat really needed?

PHP Code:
public void OnAllPluginsLoaded()
{
    if( 
LibraryExists("l4d_heartbeat") == true )
    {
        
g_bHeartbeatPlugin true;
    }
    else {
        
//SetFailState("You are failed at installing!\n" ...
        //"Heartbeat (Revive Fix - Post Revive Options) plugin must be installed first!\n" ...
        //"See: https://forums.alliedmods.net/showthread.php?t=322132");
    
}

__________________

Last edited by HarryPotter; 03-29-2024 at 20:58.
HarryPotter is offline