-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add a speial key for clearing the monitoring data - Fix bad clearing monitoring data - Fix a potencial problem with incorrect data about remaining cargo - Remove unused binds - Small fixes
- Loading branch information
1 parent
ef47127
commit bafeb70
Showing
12 changed files
with
57 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
Name=CarmHelper | ||
Description=AHK-ñêðèïò äëÿ Âçâîäà ïîñòàâîê LVa SAMP-RP | ||
Author=Danil Valov <[email protected]> | ||
Version=1.0b2 | ||
LastUpdate=Dec 10, 2016 | ||
Version=1.0b3 | ||
LastUpdate=Dec 11, 2016 | ||
|
||
[Options] | ||
EnabledPlugins=LastSMS,UnloadingReport,Monitoring,SOS|Âêëþ÷åííûå ïëàãèíû | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,10 @@ MonitoringHotKey: | |
|
||
Return | ||
} | ||
|
||
MonitoringClearHotKey: | ||
{ | ||
Monitoring.clear() | ||
|
||
Return | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
Name=Monitoring | ||
Description=Плагин позволяет в один клик собирать весь Мониторинг из Chatlog'а и выводить его в рацию | ||
Author=Danil Valov <[email protected]> | ||
Version=1.0b2 | ||
LastUpdate=Dec 10, 2016 | ||
Version=1.0b3 | ||
LastUpdate=Dec 11, 2016 | ||
[Config] | ||
RequiredLibraries=SAMP-UDF-Ex | ||
|
@@ -12,6 +12,7 @@ RequiredPlugins= | |
[Options] | ||
Key=Numpad9|Клавиша вывода Мониторинга в рацию (по-умолчанию, NumPad 9) | ||
ClearKey=!0|Клавиша очистки данных Мониторинга (по-умолчанию, Alt+0 (ноль)) | ||
ShippingToHundred=96|Округлять склад до 100 при наличии на нём следующего количества материалов | ||
KeywordsLSPD=LSPD,ЛСПД|Варианты написания LSPD (разделяются запятыми, регистр не учитывается) | ||
KeywordsLVPD=LVPD,ЛВПД|Варианты написания LVPD (разделяются запятыми, регистр не учитывается) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
Name=SOS | ||
Description=Ïëàãèí äîáàâëÿåò âîçìîæíîñòü áûñòðî îòïðàâëÿòü â ðàöèþ ñèãíàë "ÑÎÑ" ñ óêàçàíèåì êâàäàðàòà âàøåãî ìåñòîíàõîæäåíèÿ | ||
Author=Danil Valov <[email protected]> | ||
Version=1.0b1 | ||
LastUpdate=Dec 10, 2016 | ||
Version=1.0b3 | ||
LastUpdate=Dec 11, 2016 | ||
|
||
[Config] | ||
RequiredLibraries=SAMP-UDF-Ex | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
Name=UnloadingReport | ||
Description=Плагин добавляет возможность быстро доложить о состоянии склада, на котором вы разгрузились | ||
Author=Danil Valov <[email protected]> | ||
Version=1.0b2 | ||
LastUpdate=Dec 10, 2016 | ||
Version=1.0b3 | ||
LastUpdate=Dec 11, 2016 | ||
|
||
[Config] | ||
RequiredLibraries=SAMP-UDF-Ex | ||
RequiredModules=Chatlog, SendChatSavingMessage | ||
RequiredModules=Chatlog,SendChatSavingMessage | ||
RequiredPlugins= | ||
|
||
[Options] | ||
|