Hello guys, maybe someone can help me with this:
I'm working on a Avesta 7.4, and i got some console errors when I execute my script, it follows:
function getPlayersInArea(fromPos, toPos) -- function by amoeba13
playersInArea = {}
for Px = fromPos.x, toPos.x do
for Py =...