Bomb planted
From EventScripts Community Encyclopedia
|
[edit] Descriptionbomb_planted executes EVERY TIME A PLAYER SUCCESSFULLY PLANTS THE BOMB, also executes on EVERY PLAYER THAT PLANTS THE BOMB [edit] VariablesVariables Specific to bomb_planted That Are Expanded: event_var(userid)
The userid of the person that planted the bomb
event_var(site)
The Valve-assigned site number assigned to the bomb site the player planted at
event_var(posx)
The "X" position on the map where the bomb was planted
event_var(posy)
The "Y" position on the map where the bomb was planted
event_var(es_username)
The name of the person that planted the bomb
event_var(es_steamid)
The steamid of the person that planted the bomb
event_var(es_userteam)
The team # of the person that planted the bomb
event_var(es_userhealth)
The health of the person that planted the bomb
event_var(es_userarmor)
The armor of the person that planted the bomb
event_var(es_userdeaths)
The number of deaths of the person that planted the bomb
event_var(es_userkills)
The number of kills of the person that planted the bomb
event_var(es_userweapon)
The name of the player's weapon that planted the bomb
|
