On CTF round end

qpingu

L1: Registered
Jul 5, 2008
25
9
I can't figure out how to call some events at the end of the round on my ctf map. The rocket is supposed to launch, but game_round_win doesn't do anything (OnRoundWin) and I can't find any methods or examples of doing somethings similar.

EDIT:
Ended up using OnCapture and a counter to do the dirty work, in case anybody has a similar problem.
 
Last edited:

A Boojum Snark

Toraipoddodezain Mazahabado
aa
Nov 2, 2007
4,775
7,670
The problem is, how many captures it takes to win is controlled by a server settings, so you can't always guarantee things will happen right by counting captures.
 

Zeewier

L9: Fashionable Member
Sep 20, 2008
619
262
You can overwrite the amount set by the server, but IMO you shouldnt touch servers settings. (therefor I won't tell you how to do it)

You can add a cfg to the download with the recommended settings. (map_name.cfg) (I think those settings are used only for that map, and are set back to the default settings for the next map)

You can also try to packrat it, but I don't know wheter that works or not

Nice bump Lord Blight :p
 
Last edited: