Player spawn
From EventScripts Community Encyclopedia
|
[edit] Descriptionplayer_spawn executes ONCE PER ROUND - (before the round starts prior to freeze time ending), also executes on EVERY PLAYER - (before the round starts prior to freeze time ending) [edit] VariablesVariables Specific to player_spawn That Are Expanded: event_var(userid)
The userid of the person that was spawned
event_var(es_username)
The name of the person that was spawned
event_var(es_steamid)
The steamid of the person that was spawned
event_var(es_userteam)
The team # of the person that was spawned
event_var(es_userhealth)
The health of the person that was spawned
event_var(es_userarmor)
The armor of the person that was spawned
event_var(es_userdeaths)
The number of deaths of the person that was spawned
event_var(es_userkills)
The number of kills of the person that was spawned
[edit] Notes
|
|
