- 15
- 0
- Версия MoonLoader
- .026-beta
ERROR:
attempt to yield across C-call boundary
stack traceback:
[C]: in function 'wait'
CODE:
sampRegisterChatCommand("prov", function(arg)
if arg:find('(.+)') then
arg1 = arg:match('(.+)')
sampSendChat("/a /write "..arg1.." 2 AFK & OFF = ban")
wait(1500)
sampSendChat("/spoff")
wait(1500)
sampSendChat("/tp 52")
wait(3000)
sampSendChat("/gethere "..arg1)
else
sampAddChatMessage('Напиши /prov [ID]', -1)
end
end)