Jump to content

Att Afk


Recommended Posts

Posted
function Detectar_Afk(source)
	local x,y,z = getElementPosition(source)
	setTimer(function ()
	a,b,c = getElementPosition(source)
	if a == x and b == y then
	outputChatBox("Você está AFK",source,0,255,0)
else
	outputChatBox("Você se moveu",source,255,0,0)
end
end
	end,5000,1)
end
setTimer(Detectar_Afk,10000,0)

Intenção: Quando passar um determinado tempo, se a posição anterior for diferente da atual ele vai constatar que o player se moveu e não está AFK.

Problema: Ele sempre diz que o player está AFK

  • Moderators
Posted (edited)

A função não funciona pois source não existe.

Em vez disso, faça client-side e verifique o localPlayer.

Edited by Lord Henry

Eu te ajudei ou achou meu comentário útil? Não esqueça de deixar um Thanksspacer.png

Minhas contribuições para a comunidade: LordHenry - MTA Wiki Profile
Inscreva-se no meu canal do YouTube: Lord Henry - Entertainment
Discord Oficial do MTA: https://mtasa.com/discord
Blacklist e Whitelist de Scripters: Planilha

Por favor, não me envie mensagens privadas solicitando suporte. Crie um tópico no fórum em vez disso.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...