Gostaria de saber se consigo deixa por ex: 2 ips podendo entra nessa área! O script que eu uso é esse aqui!
function onStepIn(cid, item, position, fromPosition, toPosition)
if (not isPlayer(cid)) then
return false
end
for _, v in pairs(areasMineracao) do
for _, pid in pairs(getPlayersOnline()) do
if (getPlayerIp(pid) == getPlayerIp(cid) and isInRange(getThingPos(pid), v[1], v[2])) then
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE