help me with game timer

maxtraxv2

L3: Member
Jan 23, 2009
103
3
when it get to 0 the game doesnt end this is a pl map so it kinda needs to

how do i fix this?
 

GrimGriz

L10: Glamorous Member
Jan 2, 2009
774
133
make sure you have a game_round_win entity, and then add an output to the timer entity to send RoundWin to the game_round_win ent.
 

maxtraxv2

L3: Member
Jan 23, 2009
103
3
oh thanks

Edit: it wont expect the name i give the output

EDIT2: found it OnFinished
 
Last edited:

Baysin

L2: Junior Member
Feb 14, 2008
80
15
I had the same problem when I first got all the capture points working on my map and tested it. It seemed like such a simple, basic thing that I assumed just having the points working would take care of it... never occurred to me that I needed a separate entity just for that.
 

maxtraxv2

L3: Member
Jan 23, 2009
103
3
yer now when it ends its a draw how do i fix it so that the other team wins(i.e. when itme runs out red wins)
 

zornor

L4: Comfortable Member
Jan 14, 2009
195
23
in game_round_win or whatever, there's a setting called "Winning team" or something. Just make sure it's set to RED.