Test l4d

From AlliedModders Wiki
Revision as of 16:37, 14 March 2009 by Antihacker (talk | contribs) (Created page with '=== player_death === {{qnotice|a game event, name may be 32 charaters long}}<br> {{begin-hl2msg|player_death|string}} {{hl2msg|short|userid|user ID who died}} {{hl2msg|long|entit...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

 [hide

player_death

Note: a game event, name may be 32 charaters long

{{end-hl2msg}

explain_gas_can_panic

explain how to shoot the gas can.Note:
Name: player_death
Structure:
short userid user ID who died
long entityid entity ID who died, userid should be used first, to get the dead Player. Otherwise, it is not a player, so use this.
short attacker user ID who killed
string attackername What type of zombie, so we don't have zombie names
long attackerentid if killer not a player, the entindex of who killed. Again, use attacker first
string weapon weapon name killer used
bool headshot singals a headshot
bool attackerisbot is the attacker a bot
string victimname What type of zombie, so we don't have zombie names
bool victimisbot is the victim a bot
bool abort did the victim abort
long type damage type
float victim_x
float victim_y
float victim_z

{{end-hl2msg}

player_hurt

Note:

{{end-hl2msg}

explain_bridge

explain how to close the gates to make a bridge.Note:
Name: player_hurt
Structure:
1 local Not networked
short userid user ID who was hurt
short attacker user id who attacked
long attackerentid entity id who attacked, if attacker not a player, and userid therefore invalid
short health remaining health points
byte armor remaining armor points
string weapon weapon name attacker used, if not the world
short dmg_health damage done to health
byte dmg_armor damage done to armor
byte hitgroup hitgroup that was damaged
long type damage type

{{end-hl2msg}

player_team

Note: player change his team

{{end-hl2msg}

explain_crane

explain how to lower the box on the crane.Note:
Name: player_team
Structure:
short userid user ID on server
byte team team id
byte oldteam old team id
bool disconnect team change because player disconnects
string name
bool isbot

{{end-hl2msg}

player_bot_replace

Note:

{{end-hl2msg}

explain_emergency_door

explain how to open the emergency door.Note:
Name: player_bot_replace
Structure:
short player user ID of the player
short bot user ID of the bot

{{end-hl2msg}

bot_player_replace

Note:

{{end-hl2msg}

explain_church_door

explain how to provoke the crazy church guy.Note:
Name: bot_player_replace
Structure:
short bot user ID of the bot
short player user ID of the player

{{end-hl2msg}

player_afk

Note:

{{end-hl2msg}

explain_lift_button

explain how to operate the lift button.Note:
Name: player_afk
Structure:
short player user ID of the player

{{end-hl2msg}

weapon_fire

Note:

{{end-hl2msg}

explain_elevator_button

explain how to operate the hospital elevator button.Note:
Name: weapon_fire
Structure:
1 local don't network this, its way too spammy
short userid
string weapon used weapon name
short weaponid used weapon ID
short count number of bullets

{{end-hl2msg}

weapon_fire_on_empty

Note:

{{end-hl2msg}

explain_panic_button

explain that pressing this button will start a panic event.Note:
Name: weapon_fire_on_empty
Structure:
1 local don't network this, its way too spammy
short userid
string weapon weapon name used
short count number of bullets

{{end-hl2msg}

weapon_reload

Note:

{{end-hl2msg}

explain_gas_truck

explain how pulling the lever on the gas truck will start the finaleNote:
Name: weapon_reload
Structure:
short userid
bool manual player manually started the reload

{{end-hl2msg}

weapon_zoom

Note:

{{end-hl2msg}

explain_radio

explain the rescue radio will start the finaleNote:
Name: weapon_zoom
Structure:
short userid

{{end-hl2msg}

ability_use

Note:

{{end-hl2msg}

started_pre_radio

explain the rescue radio will remind you to ready for the finaleNote:
Name: ability_use
Structure:
short userid
string ability ability classname
short context enum of the way it was used (different for each ability)

{{end-hl2msg}

ammo_pickup

Note:

{{end-hl2msg}

explain_pre_radio

explain the rescue radio will remind you to ready for the finaleNote:
Name: ammo_pickup
Structure:
short userid The player who got some ammo from a weapon_ammo_spawner

{{end-hl2msg}

item_pickup

Note:

{{end-hl2msg}

boomer_near

Note:
Name: item_pickup
Structure:
short userid
string item either a weapon such as 'tmp' or 'hegrenade', or an item such as 'nvgs'

{{end-hl2msg}

grenade_bounce

Note:

{{end-hl2msg}

entity_visible

Note:
Name: grenade_bounce
Structure:
short userid

{{end-hl2msg}

hegrenade_detonate

Note:

{{end-hl2msg}

explain_weapons

Note:
Name: hegrenade_detonate
Structure:
short userid

{{end-hl2msg}

bullet_impact

Note:

{{end-hl2msg}

explain_pills

Note:
Name: bullet_impact
Structure:
short userid
float x
float y
float z

{{end-hl2msg}

player_footstep

Note:

{{end-hl2msg}

create_panic_event

A panic event has been created, though not necessarily startedNote:
Name: player_footstep
Structure:
short userid

{{end-hl2msg}

player_jump

Note:

spawner_give_item

A spawner has given a player an item (weapon, pills, ammo, health kit, etc)Note:
Name: player_jump
Structure:

{{end-hl2msg}

spec_target_updated

Note:
short userid

{{end-hl2msg}

player_blind

Note:

Name: player_blind
Structure:

{{end-hl2msg}

achievement_earned

Note:
short userid

{{end-hl2msg}

player_falldamage

Note:

Name: player_falldamage
Structure:

{{end-hl2msg}

break_breakable

Override from gameevents.resNote:
short userid Who got hurt
float damage for how much
short causer Who caused them to do so (if anyone)

{{end-hl2msg}

player_ledge_grab

Note:

Name: player_ledge_grab
Structure:

{{end-hl2msg}

weapon_give_duplicate_fail

Note:
short userid Who grabbed the ledge
short causer Who caused them to do so (if anyone)
bool has_upgrade whether they have an upgrade to help themself.

{{end-hl2msg}

player_ledge_release

Note:

Name: player_ledge_release
Structure:

{{end-hl2msg}

weapon_given

Note:
short userid person who released from the ledge

{{end-hl2msg}

door_moving

Note:

Name: door_moving
Structure:

{{end-hl2msg}

tank_frustrated

Note:
long entindex
short userid

{{end-hl2msg}

door_open

Note:

Name: door_open
Structure:

{{end-hl2msg}

respawning

Note:
short userid Who opened the door
bool checkpoint Is the door a checkpoint door
bool closed Was the door closed when it started opening?

{{end-hl2msg}

door_close

Note:

Name: door_close
Structure:

relocated

Note:
short userid Who closed the door
bool checkpoint Is the door a checkpoint door

{{end-hl2msg}

door_unlocked

Note:

{{end-hl2msg}

survivor_rescue_abandoned

Note:
Name: door_unlocked
Structure:
short userid Who opened the door
bool checkpoint Is the door a checkpoint door

{{end-hl2msg}

rescue_door_open

Note:

{{end-hl2msg}

survivor_rescued

Note:
Name: rescue_door_open
Structure:
short userid Who opened the door
long entindex door that opened

{{end-hl2msg}

waiting_checkpoint_door_used

Note: Someone tried to open a checkpoint door that is locked till everyone loads in

{{end-hl2msg}

survivor_call_for_help

Note:
Name: waiting_checkpoint_door_used
Structure:
short userid player who tried to open it
long entindex door that was used

{{end-hl2msg}

waiting_door_used_versus

Note: Someone tried to open a checkpoint door that is locked till everyone loads in

{{end-hl2msg}

fatal_vomit

Note:
Name: waiting_door_used_versus
Structure:
short userid player who tried to open it
long entindex door that was used

{{end-hl2msg}

waiting_checkpoint_button_used

Note: Someone tried to push a button that's locked until everyone is gathered

{{end-hl2msg}

pounce_stopped

Note:
Name: waiting_checkpoint_button_used
Structure:
short userid player who tried to open it

{{end-hl2msg}

success_checkpoint_button_used

Note: Someone pushed a button that's locked until everyone is gathered

{{end-hl2msg}

pounce_end

Note:
Name: success_checkpoint_button_used
Structure:
short userid player who openned it

{{end-hl2msg}

round_freeze_end

Note:

{{end-hl2msg}

lunge_pounce

Note:
Name: round_freeze_end
Structure: {{end-hl2msg}

round_start_pre_entity

Note:

Name: round_start_pre_entity
Structure: {{end-hl2msg}

round_start_post_nav

Note:

{{end-hl2msg}

lunge_shove

Note:
Name: round_start_post_nav
Structure: {{end-hl2msg}

nav_blocked

Note:

Name: nav_blocked
Structure:

{{end-hl2msg}

tongue_pull_stopped

Note:
long area
bool blocked

{{end-hl2msg}

nav_generate

Note:

Name: nav_generate
Structure: {{end-hl2msg}

round_end_message

Note:

{{end-hl2msg}

choke_stopped

Note:
Name: round_end_message
Structure:
byte winner winner team/user i
byte reason reson why team won
string message end round message

{{end-hl2msg}

vote_ended

Note:

{{end-hl2msg}

choke_end

Note:
Name: vote_ended
Structure: {{end-hl2msg}

vote_started

Note:

Name: vote_started
Structure:

{{end-hl2msg}

choke_start

Note:
string issue
string param1
byte team
long initiator entity id of the player who initiated the vote

{{end-hl2msg}

vote_changed

Note:

Name: vote_changed
Structure:

{{end-hl2msg}

tongue_release

Note:
byte yesVotes
byte noVotes
byte potentialVotes

{{end-hl2msg}

vote_passed

Note:

Name: vote_passed
Structure:

{{end-hl2msg}

tongue_broke_victim_died

Note:
string details
string param1
byte team

{{end-hl2msg}

vote_failed

Note:

Name: vote_failed
Structure:

{{end-hl2msg}

tongue_broke_bent

Note:
byte team

{{end-hl2msg}

vote_cast_yes

Note:

Name: vote_cast_yes
Structure:

{{end-hl2msg}

tongue_grab

Note:
byte team
long entityid entity id of the voter

{{end-hl2msg}

vote_cast_no

Note:

Name: vote_cast_no
Structure:

{{end-hl2msg}

award_earned

Note:
byte team
long entityid entity id of the voter

{{end-hl2msg}

infected_hurt

Note:

Name: infected_hurt
Structure:

{{end-hl2msg}

area_cleared

Note:
1 local don't network this, its way too spammy
short attacker player userid who attacked
long entityid entity id of infected
byte hitgroup hitgroup that was damaged
short amount how much damage was done
long type damage type

{{end-hl2msg}

infected_death

Note:

Name: infected_death
Structure:

{{end-hl2msg}

melee_kill

Note:
short attacker user ID who killed
bool headshot singals a headshot
bool minigun singals a minigun kill
bool blast singals a death from blast damage

{{end-hl2msg}

hostname_changed

Note:

Name: hostname_changed
Structure:

{{end-hl2msg}

tank_spawn

Note:
string hostname

{{end-hl2msg}

difficulty_changed

Note:

Name: difficulty_changed
Structure:

{{end-hl2msg}

witch_killed

Note:
short newDifficulty
short oldDifficulty

{{end-hl2msg}

finale_start

Note:

Name: finale_start
Structure:

{{end-hl2msg}

witch_spawn

Note:
short rushes

{{end-hl2msg}

finale_rush

Note:

Name: finale_rush
Structure: {{end-hl2msg}

finale_escape_start

Note:

{{end-hl2msg}

witch_harasser_set

Note:
Name: finale_escape_start
Structure: {{end-hl2msg}

finale_vehicle_ready

Note:

Name: finale_vehicle_ready
Structure: {{end-hl2msg}

finale_vehicle_leaving

Note:

{{end-hl2msg}

player_no_longer_it

Note:
Name: finale_vehicle_leaving
Structure:
short survivorcount number of survivors that made it out

{{end-hl2msg}

finale_win

Note:

{{end-hl2msg}

player_now_it

Note:
Name: finale_win
Structure:
string map_name
short difficulty

{{end-hl2msg}

mission_lost

Note: As in, the survivor team failed. Opposite of finale_win, but not necessarily during the finale.

{{end-hl2msg}

player_blocked

Note:
Name: mission_lost
Structure: {{end-hl2msg}

finale_radio_start

Note:

Name: finale_radio_start
Structure:

{{end-hl2msg}

player_jump_apex

Note:
short health

{{end-hl2msg}

finale_radio_damaged

Note:

Name: finale_radio_damaged
Structure:

{{end-hl2msg}

entity_shoved

Note:
short health

{{end-hl2msg}

final_reportscreen

Note: Right before the final report screen comes up, let awards possibly fire

Name: final_reportscreen
Structure: {{end-hl2msg}

map_transition

Note:

{{end-hl2msg}

player_shoved

Note:
Name: map_transition
Structure: {{end-hl2msg}

player_transitioned

Note:

Name: player_transitioned
Structure:

{{end-hl2msg}

player_left_checkpoint

when a player leaves a checkpoint areaNote:
short userid the person that just finished transitioning

{{end-hl2msg}

heal_begin

Note:

Name: heal_begin
Structure:

{{end-hl2msg}

player_entered_checkpoint

when a basecombatcharacter enters a checkpoint areaNote:
short userid person doing the healing
short subject person being healed

{{end-hl2msg}

heal_success

Note:

Name: heal_success
Structure:

{{end-hl2msg}

player_left_start_area

when a player leaves the player start areaNote:
short userid person doing the healing
short subject person being healed
short health_restored amount of health restored

{{end-hl2msg}

heal_end

Note:

Name: heal_end
Structure:

{{end-hl2msg}

player_first_spawn

when a player spawns for the first time in a given missionNote:
short userid person doing the healing
short subject person being healed

{{end-hl2msg}

heal_interrupted

Note:

Name: heal_interrupted
Structure:

{{end-hl2msg}

player_entered_start_area

when a player spawns into the player start areaNote:
short userid person who was being healed, but moved.
short subject person being healed

{{end-hl2msg}

give_weapon

Note:

Name: give_weapon
Structure:

{{end-hl2msg}

player_incapacitated_start

when a player is about to become incapacitated, so you can see his last living stateNote:
short userid The giver of the weapon
short recipient The recipient of the weapon
short weapon The ID of the weapon given

{{end-hl2msg}

pills_used

Note:

Name: pills_used
Structure:

{{end-hl2msg}

player_incapacitated

when a player becomes incapacitatedNote:
short userid person who had the pills
short subject person swallowing the pills

{{end-hl2msg}

pills_used_fail

Note:

Name: pills_used_fail
Structure:

{{end-hl2msg}

drag_end

Note:
short userid person who tried to use the pills

{{end-hl2msg}

revive_begin

Note:

Name: revive_begin
Structure:

{{end-hl2msg}

drag_begin

Note:
short userid person doing the reviving
short subject person being revived

{{end-hl2msg}

revive_success

Note:

Name: revive_success
Structure:

{{end-hl2msg}

revive_end

Note:
short userid person doing the reviving
short subject person who was revived
bool lastlife person revived will die if they fall again
bool ledge_hang 1 if person revived was ledge hanging
Name: revive_end
Structure:
short userid person doing the reviving
short subject person being revived
bool ledge_hang person is ledge hanging
Name: drag_begin
Structure:
short userid person doing the dragging
short subject person being dragged
Name: drag_end
Structure:
short userid person doing the dragging
short subject person being dragged
Name: player_incapacitated
Structure:
short userid person who became incapacitated
short attacker user ID who made us incapacitated
long attackerentid if attacker not player, entindex of who made us incapacitated
string weapon weapon name attacker used
long type damage type
bool has_upgrade does this player have an upgrade that lets them help themselves?
Name: player_incapacitated_start
Structure:
short userid person who became incapacitated
short attacker user ID who made us incapacitated
long attackerentid if attacker not player, entindex of who made us incapacitated
string weapon weapon name attacker used
long type damage type
Name: player_entered_start_area
Structure:
short userid person who entered
Name: player_first_spawn
Structure:
short userid person who spawned
string map_name
bool isbot
Name: player_left_start_area
Structure:
short userid person who left
Name: player_entered_checkpoint
Structure:
short userid player who entered
long entityid If not a player, the entity index of the one entering
long door Entindex of the checkpoint door the player entered to get here.
long area
string doorname name of the entity they see
Name: player_left_checkpoint
Structure:
short userid player who left
long entityid If not a player, the entity index of the one exiting
long area
Name: player_shoved
Structure:
short userid player index who was shoved
short attacker player index who attacked them
Name: entity_shoved
Structure:
short entityid the entity index of the one ewho was shoved
short attacker player index who attacked them
Name: player_jump_apex
Structure:
short userid player who jumped
Name: player_blocked
Structure:
short userid player index who was trying to move
short blocker player index who kept them from moving
Name: player_now_it
Structure:
short userid Player who is now it
short attacker player that did the it-ing
bool exploded whether it was vomit or explosion
bool infected is the vomit infectious
Name: player_no_longer_it
Structure:
short userid Player who is now no longer it
Name: witch_harasser_set
Structure:
short userid Player who woke up the witch
long witchid Entindex of witch woken up
Name: witch_spawn
Structure:
long witchid Entindex of witch spawning right now.
Name: witch_killed
Structure:
short userid Player who killed the witch
long witchid Entindex of witch that was killed.
bool oneshot TRUE if the Witch was killed with one shot
Name: tank_spawn
Structure:
short userid User ID of the tank spawning now
long tankid Entindex of tank spawning right now.
Name: melee_kill
Structure:
short userid Player who bashed the infected
long entityid Entindex of infected what got killed
bool ambush Infected was unaware when killed
Name: area_cleared
Structure:
short userid person who cleared the area
long area id of the cleared area
Name: award_earned
Structure:
short userid player who earned the award
long entityid client likes ent id
long subjectentid entity id of other party in the award, if any
short award id of award earned
Name: tongue_grab
Structure:
short userid player who did the grabbing
short victim player that got grabbed
Name: tongue_broke_bent
Structure:
short userid Tongue owner
Name: tongue_broke_victim_died
Structure:
short userid Tongue owner
Name: tongue_release
Structure:
short userid The tongue owner
short victim The (now released) victim
long distance Distance the victim was dragged.
Name: choke_start
Structure:
short userid The choker
short victim The person being choked
bool has_upgrade Does the victim have an upgrade to help themeselves with?
Name: choke_end
Structure:
short userid The choker
short victim The person being choked
Name: choke_stopped
Structure:
short userid Who stopped it
short victim And who was being choked
Name: tongue_pull_stopped
Structure:
short userid Who stopped it
short victim And who was being pulled
Name: lunge_shove
Structure:
short userid player who did the lunging
short victim player that got lunged
Name: lunge_pounce
Structure:
short userid player who did the lunging
short victim player that got lunged
long distance Distance from pounce start to contact
bool has_upgrade Does the victim have an upgrade to help themeselves with?
Name: pounce_end
Structure:
short userid Who stopped it
short victim And who was being pounced
Name: pounce_stopped
Structure:
short userid Who stopped it
short victim And who was being pounced
Name: fatal_vomit
Structure:
short userid Who vomited
short victim And who was killed or incapped
Name: survivor_call_for_help
Structure:
short userid The actual player entity who is awaiting rescue.
long subject SurvivorRescue entity representing the player who needs to be rescued from the closet (used for position)
Name: survivor_rescued
Structure:
short rescuer player that did the rescuing
short victim the survivor being rescued
Name: survivor_rescue_abandoned
Structure: {{end-hl2msg}
Name: relocated
Structure:
short userid player who was relocated
Name: respawning
Structure:
short userid player who started respawning
Name: tank_frustrated
Structure:
short userid player who was culled
Name: weapon_given
Structure:
short userid player who got the weapon
short giver player that did the giving
short weapon weapon id given
short weaponentid weapon entity id
Name: weapon_give_duplicate_fail
Structure:
short userid player who almost got the weapon
short giver player that tried to give it
short weapon weapon id given
Name: break_breakable
Structure:
short userid userid of breaker
long entindex entindex of thing breaking
byte material BREAK_GLASS, BREAK_WOOD, etc
bool hulkonly SF_BREAK_HULK_ONLY
Name: achievement_earned
Structure:
byte player entindex of the player
short achievement achievement ID
Name: spec_target_updated
Structure: {{end-hl2msg}
Name: spawner_give_item
Structure:
short userid Item recipient
string item Name of item given
long spawner entindex of the spawner entity
Name: create_panic_event
Structure:
short userid player who was started the panic
Name: explain_pills
Structure:
long subject The weapon_pain_pills spawner that will be indicated
Name: explain_weapons
Structure:
long subject The weapon_pain_pills spawner that will be indicated
Name: entity_visible
Structure:
short userid The player who sees the entity
long subject Entindex of the entity they see
string classname Classname of the entity they see
string entityname name of the entity they see
Name: boomer_near
Structure:
short userid The boomer
short victim The survivor whom the boomer has gotten very close to
Name: explain_pre_radio
Structure:
short userid
long subject
Name: started_pre_radio
Structure:
short userid
long subject
Name: explain_radio
Structure:
short userid
long subject
Name: explain_gas_truck
Structure:
short userid
long subject The lever
Name: explain_panic_button
Structure:
short userid
long subject The panic button
Name: explain_elevator_button
Structure:
short userid
long subject The button
Name: explain_lift_button
Structure:
short userid
long subject The lift button
Name: explain_church_door
Structure:
short userid
long subject The saferoom door
Name: explain_emergency_door
Structure:
short userid
long subject The door
Name: explain_crane
Structure:
short userid
long subject The lever/button
Name: explain_bridge
Structure:
short userid
long subject The button
Name: explain_gas_can_panic Structure:
short userid long subject The gas can

{{end-hl2msg}

explain_van_panic

explain how to start the van.Note:
Name: explain_van_panic Structure:
short userid long subject The van

{{end-hl2msg}

explain_mainstreet

explain how to lower the forkliftNote:
Name: explain_mainstreet Structure:
short userid long subject The forklift

{{end-hl2msg}

explain_train_lever

explain how to operate the train lever.Note:
Name: explain_train_lever Structure:
short userid long subject The lever on box car

{{end-hl2msg}

explain_disturbance

explain that disturbances (car alarm) attract infected hordeNote:
Name: explain_disturbance Structure:
short userid long subject The source of disturbance

{{end-hl2msg}

use_target

a new use target has been foundNote:
Name: use_target Structure:
long targetid Entindex of the use target string classname classname of the use target bool isprop is this a prop that can be carried

{{end-hl2msg}

player_use

a new use target has been foundNote:
Name: player_use Structure:
short userid userid of user long targetid Entindex of the used entity

{{end-hl2msg}

friendly_fire

Note:
Name: friendly_fire Structure:
short attacker player who fired the weapon short victim player who got shot short guilty player who was at fault long type damage type

{{end-hl2msg}

gameinstructor_draw

Note:
Name: gameinstructor_draw Structure: {{end-hl2msg}

gameinstructor_nodraw

Note:
Name: gameinstructor_nodraw Structure: {{end-hl2msg}

player_talking_state

Note:
Name: player_talking_state Structure:
byte player bool istalking

{{end-hl2msg}

weapon_pickup

Note:
Name: weapon_pickup Structure:
byte context split screen message context byte weaponid byte weaponslot

{{end-hl2msg}

hunter_punched

Note:
Name: hunter_punched Structure:
short userid player who caused ignition long hunteruserid user ID of Hunter bool islunging TRUE if the Hunter was in the act of lunging

{{end-hl2msg}

hunter_headshot

Note:
Name: hunter_headshot Structure:
short userid player who made the headshot long hunteruserid user ID of Hunter bool islunging TRUE if the Hunter was in the act of lunging

{{end-hl2msg}

zombie_ignited

Note:
Name: zombie_ignited Structure:
short userid player who caused ignition long entityid entity ID of Tank string victimname "Witch", "Tank", "Hunter", "Smoker", or "Infected"

{{end-hl2msg}

boomer_exploded

Note:
Name: boomer_exploded Structure:
short userid Boomer that exploded short attacker player who caused the explosion bool splashedbile Exploding boomer splashed bile on Survivors

{{end-hl2msg}

non_pistol_fired

Note:
Name: non_pistol_fired Structure:
short userid User that fired a non-pistol weapon

{{end-hl2msg}

weapon_fire_at_40

Note:
Name: weapon_fire_at_40 Structure:
short userid string weapon used weapon name short weaponid used weapon ID short count number of bullets

{{end-hl2msg}

player_hurt_concise

Note:
Name: player_hurt_concise Structure:
short userid user ID who was hurt long attackerentid entity id who attacked, if attacker not a player, and userid therefore invalid short dmg_health damage done to health

{{end-hl2msg}

tank_killed

Note:
Name: tank_killed Structure:
short userid user ID of dead tank short attacker user id of killer bool solo TRUE if a player single-handedly killed the Tank

{{end-hl2msg}

achievement_write_failed

Note:
Name: achievement_write_failed Structure: {{end-hl2msg}

ghost_spawn_time

Note:
Name: ghost_spawn_time Structure:
short userid user ID of the player that is becoming a ghost short spawntime How long of a wait until player is a ghost

{{end-hl2msg}