- 156
- 16
- Версия MoonLoader
- .026-beta
Lua:
require('moonloader')
local sampev = require 'lib.samp.events'
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(100) end
end
function sampev.onSendCommand(command)
sampSendChat(command)
return false
end