Initial commit

This commit is contained in:
fvnkhead
2022-10-04 03:08:39 +00:00
committed by fvnkhead
commit f420e237c9
3 changed files with 469 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"Name": "fvnkhead.killstat",
"Description": "gather kill statistics",
"Version": "2.0.0",
"LoadPriority": 1,
"RequiredOnClient": false,
"ConVars": [
{
"Name": "killstat_version",
"DefaultValue": "ks_2.0.0"
},
{
"Name": "killstat_custom_parameters",
"DefaultValue": ""
}
],
"Scripts": [
{
"Path": "killstat.nut",
"RunOn": "SERVER",
"ServerCallback": {
"After": "killstat_Init"
}
}
]
}