Всем привет. При использовании бинда несколько раз, перестает меняться язык в игре.
У меня Win 7, x64 bit. Пишу скрипты на Unicode 64 bit, помогите.
Код
#IfWinActive GTA:SA:MP
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
F2::
{
SendMessage, 0x50,, 0x4190419,, A
SendInput {F6}/me отцепил рацию с зацепа на форме и поднес ее ко рту.{enter}
sleep 300 ;
SendInput {F6}/r [Зам.Вз.ВБО]:{space}
sleep 4500 ;
}
return