mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
show server send messages as chat
This commit is contained in:
parent
d9ff9d4662
commit
217211f2fb
12 changed files with 785 additions and 45 deletions
|
|
@ -16,6 +16,78 @@ expression: state
|
|||
"text": "thanks",
|
||||
"tick": 5000
|
||||
},
|
||||
{
|
||||
"kind": "Empty",
|
||||
"from": "",
|
||||
"text": "[STV Stats] BLU's medic died with 100% uber",
|
||||
"tick": 5328
|
||||
},
|
||||
{
|
||||
"kind": "Empty",
|
||||
"from": "",
|
||||
"text": "[STV Stats] BLU spent 7.4 seconds after spawning before healing",
|
||||
"tick": 6926
|
||||
},
|
||||
{
|
||||
"kind": "Empty",
|
||||
"from": "",
|
||||
"text": "[STV Stats] BLU's medic died with 99% uber",
|
||||
"tick": 10588
|
||||
},
|
||||
{
|
||||
"kind": "Empty",
|
||||
"from": "",
|
||||
"text": "[STV Stats] BLU spent 9.0 seconds after spawning before healing",
|
||||
"tick": 28546
|
||||
},
|
||||
{
|
||||
"kind": "Empty",
|
||||
"from": "",
|
||||
"text": "[STV Stats] RED spent 11.4 seconds after spawning before healing",
|
||||
"tick": 28786
|
||||
},
|
||||
{
|
||||
"kind": "Empty",
|
||||
"from": "",
|
||||
"text": "[STV Stats] RED's medic died with 100% uber",
|
||||
"tick": 33083
|
||||
},
|
||||
{
|
||||
"kind": "Empty",
|
||||
"from": "",
|
||||
"text": "[STV Stats] RED spent 17.0 seconds after spawning before healing",
|
||||
"tick": 35446
|
||||
},
|
||||
{
|
||||
"kind": "Empty",
|
||||
"from": "",
|
||||
"text": "[STV Stats] RED's medic died with 100% uber",
|
||||
"tick": 40339
|
||||
},
|
||||
{
|
||||
"kind": "Empty",
|
||||
"from": "",
|
||||
"text": "[STV Stats] RED spent 11.3 seconds after spawning before healing",
|
||||
"tick": 42406
|
||||
},
|
||||
{
|
||||
"kind": "Empty",
|
||||
"from": "",
|
||||
"text": "[STV Stats] BLU spent 19.4 seconds after spawning before healing",
|
||||
"tick": 44226
|
||||
},
|
||||
{
|
||||
"kind": "Empty",
|
||||
"from": "",
|
||||
"text": "[STV Stats] BLU's medic died with 100% uber",
|
||||
"tick": 47735
|
||||
},
|
||||
{
|
||||
"kind": "Empty",
|
||||
"from": "",
|
||||
"text": "[STV Stats] RED had uber for 35 seconds before using it",
|
||||
"tick": 61463
|
||||
},
|
||||
{
|
||||
"kind": "TF_Chat_All",
|
||||
"from": "master race",
|
||||
|
|
@ -28,6 +100,12 @@ expression: state
|
|||
"text": "gr",
|
||||
"tick": 62805
|
||||
},
|
||||
{
|
||||
"kind": "Empty",
|
||||
"from": "",
|
||||
"text": "[STV Stats] RED spent 8.5 seconds after spawning before healing",
|
||||
"tick": 66293
|
||||
},
|
||||
{
|
||||
"kind": "TF_Chat_AllDead",
|
||||
"from": "Donald Stump",
|
||||
|
|
@ -105,6 +183,12 @@ expression: state
|
|||
"from": "",
|
||||
"text": "[LogsTF] Uploading logs...",
|
||||
"tick": 80333
|
||||
},
|
||||
{
|
||||
"kind": "Empty",
|
||||
"from": "",
|
||||
"text": "[SOAP] Plugins reloaded.",
|
||||
"tick": 80333
|
||||
}
|
||||
],
|
||||
"users": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue