View Single Post
GabenNewell
Member
Join Date: May 2013
Old 10-28-2014 , 09:29   Re: [CS:GO/CS:S] Clutch Or Cluck (v1.5.1 - August 27, 2014)
Reply With Quote #33

Quote:
Originally Posted by yuppicide View Post
Oh, I just noticed it said "minimum number of rivals". Meaning player on the other team, correct?
Yes, rivals = enemy team.


Quote:
Originally Posted by yuppicide View Post
Is there a way to modify this so if you're the last person and there's xx time left in the round it activates?
Code:
// Minimum number of seconds left in a round for Clutch Or Cluck to activate.
// -
// Default: "30"
// Minimum: "10.000000"
// Maximum: "240.000000"
sm_coc_timeleft "20"

Quote:
Originally Posted by yuppicide View Post
Maybe I missed it.. is there a way to disable admins from turning people into chickens? I am sure it's gonna be abused.
SourceMod Overrides:
Code:
Overrides
{
    "sm_chicken"    "z"
}
GabenNewell is offline