menu, tray, NoStandard
menu, tray, add, Информация
menu, tray, add, Выйти
ansid = -1
SetTimer, helsd, 0
#SingleInstance, force
#NoEnv
#IfWinActive GTA:SA:MP
$~!vk51::
if (ansid != -1)
Sendinput, {F6}/pm %ansid%{space}
else
SoundPlay *64
Return
helsd:
SetTimer, helsd, 0
FileRead, Chatlog, %A_MyDocuments%\GTA San Andreas User Files\SAMP\chatlog.txt
if (RegExMatch(Chatlog, "`r`n\Q[" A_Hour ":" A_Min ":" A_Sec "] ->Вопрос \E(.*)\Q[\E([0-9].*)\Q]: \E(.*)\s`r`n", asked))
{
ansid = %asked2%
SetTimer, helsd, 1001
}
Return
Информация:
msgbox, 64, ERP-Support by RellaX, Ответить на послед. вопрос - нажать: Alt+Q
Return
Выйти:
ExitApp