Half-Life 2: Capture the Flag Events

From AlliedModders Wiki
Jump to: navigation, search
Refer back to Game Events (Source) for more events.

player_death

Note: When a player dies

Name: player_death
Structure:
short userid {{{3}}}
short attacker {{{3}}}
string weapon {{{3}}}
bool headshot {{{3}}}


ctf_flag_capture

Note: When a flag is captured

Name: ctf_flag_capture
Structure:
short id {{{3}}}


ctf_flag_stolen

Note: When a flag is taken

Name: ctf_flag_stolen
Structure:
short id {{{3}}}


ctf_flag_return

Note: When a flag is returned

Name: ctf_flag_return
Structure:
short id {{{3}}}
short flag {{{3}}}
short rebel_captures {{{3}}}
short combine_captures {{{3}}}


ctf_flag_assist

Note: When the flag capture is assisted

Name: ctf_flag_assist
Structure:
short id {{{3}}}


ctf_flag_defend

Note: When the flag is defended

Name: ctf_flag_defend
Structure:
short id {{{3}}}


ctf_flag_dominate

Note: When the flag is dominated

Name: ctf_flag_dominate
Structure:
short id {{{3}}}


ctf_protect_carrier

Note: When the flag carrier is protected

Name: ctf_protect_carrier
Structure:
short id {{{3}}}


ctf_kill_carrier

Note: When the flag carrier is killed

Name: ctf_kill_carrier
Structure:
short id {{{3}}}


ctf_map_end

Note: When the map ends

Name: ctf_map_end
Structure:
short team {{{3}}}
short rebel_captures {{{3}}}
short combine_captures {{{3}}}


ctf_round_start

Note: When the round starts

Name: ctf_round_start
Structure: