- 4
- 3
- Версия SA-MP
-
- 0.3.7 (R1)
Lua:require "lib.moonloader" function main() while not isSampAvailable() do wait(0) and sampAddChatMessage('Скрипт загружен!', 0xFFff0000) sampRegisterChatCommand('toggle', function() sampAddChatMessage('Слишком жёстко!', 0xFFff0000) end) while true do wait(0) end end