View Single Post
Erox902
Veteran Member
Join Date: Jun 2009
Location: Never Never Land
Old 12-05-2011 , 07:45   Re: REQ plugin respawn
Reply With Quote #8

Oops sorry didn't copy all of the script
change public respawn to this:
PHP Code:
public respawn(id)
{
    new 
Float:Time halflife_time()
    
    if ( 
is_user_alive(id) || !gbRespawnAble || Time gRoundStartTime get_pcvar_floatgcvar_Time ) || gRespawns[id] >= get_pcvar_numgcvar_Respawns ) )
        return 
PLUGIN_CONTINUE;
    
    else
    {
        
ExecuteHamBHam_CS_RoundRespawnid )
        
gRespawns[id]++
    }

Erox902 is offline