И что блять здесь не так?
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(100) end
sampRegisterChatCommand('pizda', chat)
wait(-1)
end
function chat()
lua_thread.create(function()
for i = 0, 1000 do...