Difference between revisions of "Pirates, Vikings, Knights II Events"

From AlliedModders Wiki
Jump to: navigation, search
Line 24: Line 24:
 
{{hl2msg|short|oldteam|}}
 
{{hl2msg|short|oldteam|}}
 
{{hl2msg|short|newteam|}}
 
{{hl2msg|short|newteam|}}
 +
{{end-hl2msg}}
  
 
=== player_changeclass ===
 
=== player_changeclass ===
Line 30: Line 31:
 
{{hl2msg|short|old_class|}}
 
{{hl2msg|short|old_class|}}
 
{{hl2msg|short|new_class|}}
 
{{hl2msg|short|new_class|}}
 +
{{end-hl2msg}}

Revision as of 14:10, 23 March 2010

Refer back to Game Events (Source) for more events.

player_death

Note: When player dies

Name: player_death
Structure:
short userid
short attacker
short assistid
string weapon
bool special Death by special
bool grail Death counted toward grail score
bool suiassist Suicide assist


round_end

Note: When round ends

Name: round_end
Structure:
short winner {{{3}}}


player_changeteam

Name: player_changeteam
Structure:
short userid
short oldteam
short newteam


player_changeclass

Name: player_changeclass
Structure:
short userid
short old_class
short new_class