Hello! If player exits on no logout tile than he is sill in game. I want to check all players - when player is active (normally playing) or inactive (exit on no logout tile). Hmm... Is there any function which can check it?
Does anyone have any idea how it can be made?
Code:
for _, pid in ipairs(getPlayersOnline()) do
[ check if pid is active or exited ]
end
Does anyone have any idea how it can be made?