Initial commit

This commit is contained in:
Игорь Чечет
2021-02-14 15:47:51 +05:00
commit 87425dfe9c
16 changed files with 3512 additions and 0 deletions

18
QUIK/lua/config.json Normal file
View File

@@ -0,0 +1,18 @@
{
"servers": [
{
"scriptName": "QuikSharp",
"responseHostname": "*",
"responsePort": 34130,
"callbackHostname": "*",
"callbackPort": 34131
},
{
"scriptName": "Quik_2",
"responseHostname": "*",
"responsePort": 34132,
"callbackHostname": "*",
"callbackPort": 34133
}
]
}