Jump to content

Att Afk


Recommended Posts

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

Link to comment

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...