Skip to content

Commit

Permalink
updated conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxinger15 authored Dec 21, 2020
1 parent 3922ea0 commit bf73fa5
Showing 1 changed file with 10 additions and 55 deletions.
65 changes: 10 additions & 55 deletions ext/server/configuration.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,86 +5,41 @@ local conf = {
{
"vu-artillerystrike",
InputDeviceKeys.IDK_F5,
150,
7000,
"Artillery",
"Left %NR",
"Press F9 to use",
"Dummy Description"
"Ready to use"
},
{
"vu-ks-grenades",
65,
200,
2000,
"Grenades",
"Left %NR",
"Press F9 to use",
"Dummy Description"
"Ready to use"
},
{
"vu-ks-smokescreen",
65,
350,
5500,
"Smokescreen",
"Left %NR",
"Press F9 to use",
"Dummy Description"
"Ready to use"
},
{
"vu-ks-adrenalinerush",
65,
170,
3000,
"Adrenaline rush",
"Left %NR",
"Press F9 to use",
"Dummy Description"
},
{
"vu-artillerystrike",
65,
550,
"Dummy 3",
"Left %NR",
"Press F9 to use",
"Dummy Description"
},
{
"vu-artillerystrike",
65,
650,
"Dummy 4",
"Left %NR",
"Press F9 to use",
"Dummy Description"
},
{
"vu-artillerystrike",
65,
750,
"Dummy 5",
"Left %NR",
"Press F9 to use",
"Dummy Description"
},
{
"vu-artillerystrike",
65,
850,
"Dummy 6",
"Left %NR",
"Press F9 to use",
"Dummy Description"
},
{
"vu-artillerystrike",
65,
850,
"Dummy 7",
"Left %NR",
"Press F9 to use",
"Dummy Description"
},
"Ready to use"
}
}



return conf
return conf

0 comments on commit bf73fa5

Please sign in to comment.