- 226
- 35
- Версия MoonLoader
- .027.0-preview
Lua:
function main()
while not isSampAvailable() do wait(0) end
sampRegisterChatCommand('ad', cmd_ad)
while true do
wait(0)
if ad == '1' then
lua_thread.create(function ()
wait(3000)
print('1')
end)
end
end
end