1. Hello my friends, me very need your help.
    Code:
    function PLUGIN:OnGather( dispenser, entity, item )
      local ResourcePositionID = ?????
    end
    [DOUBLEPOST=1433656417,1433601232][/DOUBLEPOST]forum users is death?
    [DOUBLEPOST=1433667267][/DOUBLEPOST]thx forum =(((
    Code:
    local Obj_ID = tostring(dispenser.containedItems[0]):split(' ')[2];function string:split(sep)
            local sep, fields = sep or ":", {}
            local pattern = string.format("([^%s]+)", sep)
            self:gsub(pattern, function(c) fields[#fields+1] = c end)
            return fields
    end
     
  2. We can't help you when we have no idea what you are trying to do.