Вместо текста иероглифы

Статус
В этой теме нельзя размещать новые ответы.

aucber

Новичок
Автор темы
2
0
Сделал все методы, все равно иероглифы в сампе. Код:

#IfWinActive GTA:SA:MP
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#IfWinActive GTA:SA:MP
#SingleInstance Force
#NoEnv
:?:/вред::
{
SendMessage, 0x50,, 0x4190419,, А
SendInput {F6}/hp{enter}
Sleep 500
SendInput {F6}/ban 3 Vred{Left 7}
Sleep 2500
SendInput {F6}/banip 7777 Vred{Left 10}
}
:?:/mp1:: /o Сейчас будет мп "Король дигла" желающие /gomp
{
SendMessage, 0x50,, 0x4190419,, А
SendInput {F6}/hp{enter}
Sleep 500
SendInput {F6}/mp{Left 6}
}
:?:/mp2:: /o Сейчас будет мп "Дерби" желающие /gomp
{
SendMessage, 0x50,, 0x4190419,, А
SendInput {F6}/hp{enter}
Sleep 500
SendInput {F6}/mp{Left 6}
}
:?:/mp3:: /o Сейчас будет мп "Поливалка" желающие /gomp
{
SendMessage, 0x50,, 0x4190419,, А
SendInput {F6}/hp{enter}
Sleep 500
SendInput {F6}/mp{Left 6}
}
:?:/ib::/iban
:?:/m::/mute
:?:/w::/warn
:?:/b::/ban
:?:/пи::/pm Приятной игры{Left 14}
:?:/жб::/pm Пишите жалобу в свободную группу (russia_sv)
:?:/ож1::/pm Ожидайте{Left 9}
:?:/ож2::/pm Ожидайте отбора{Left 16}
:?:/оф::/pm Не оффтопьте{Left 13}
:?:/ре::
{
SendMessage, 0x50,, 0x4190419,, А
SendInput {F6}/hp{enter}
Sleep 500
SendInput {F6}/pm Слежу{Left 6}
Sleep 2500
SendInput {F6}/re{space}
}
 
Статус
В этой теме нельзя размещать новые ответы.