- 226
- 35
- Версия MoonLoader
- .027.0-preview
Lua:
if sampIsDialogActive() then
dialogActive = true
else
dialogActive = false
end
if dialogActive or sampIsChatInputActive() then
if isKeyJustPressed(VK_1) then
sampSendChat('/mm')
end
end
2 дня назад как-то сделал эту систему, а сейчас она не работает