wowomfg
Код
$~NumpadEnter::
$~Enter::
If (!isInChat())
return
blockChatInput()
Sleep 250
dwAddress := dwSAMP + 0x12D8F8
chatInput := readString(hGTA, dwAddress, 256)
writeString(hGTA, dwAddress, "")
unblockChatInput()
If (chatInput == "/тест")
{
SendChat("я сплю")
addChatMessageEx("FF0000", "OK")
}
else if (StrSplit(chatInput, A_Space)[1] == "/de")
{
if (RegExMatch(chatInput, "^\/de\s+(\d{1,3})$", out_pars))
SendChat("/sellgun deagle " out_pars1 " 50 " getId())
else
addChatMessageEx("00FF00", "Используй: /de [кол-во патронов]")
}
return