Weapon zoom
From EventScripts Community Encyclopedia
|
[edit] Descriptionweapon_zoom executes EVERY TIME A PLAYER USES THE "ZOOM" FUNCTION ON HIS/HER WEAPON - (if available) [edit] VariablesVariables Specific to weapon_zoom That Are Expanded: event_var(userid)
The userid of the player that used the "zoom" function
event_var(es_username)
The name of the player that used the "zoom" function
event_var(es_steamid)
The steamid of the player that used the "zoom" function
event_var(es_userteam)
The team # of the player that used the "zoom" function
event_var(es_userhealth)
The health of the player that used the "zoom" function
event_var(es_userarmor)
The armor of the player that used the "zoom" function
event_var(es_userdeaths)
The number of deaths of the player that used the "zoom" function
event_var(es_userkills)
The number of kills of the player that used the "zoom" function
event_var(es_userweapon)
The name of the weapon that player used the "zoom" function with
|
