D
deleted-user-524046
Гость
Автор темы
- Версия MoonLoader
- .027.0-preview
Lua:
require('lib.moonloader')
function main()
while not isSampAvailable() do wait(0) end
sampAddChatMessage('MegaPhone Helper', 0xFFff0000)
while true do
wait(0)
if wasKeyPressed(VK_R and not sampIsCursorActive() then
sampSendChat(/m Водитель авто, остановитесь и заглушите двигатель, держите руки на руле.)
end
end
end