Code: Select all
j = 0
For i = RealTagOff To EndTagOff Step 16
j = j + 1
TagTag(j) = Load4String(i + 0, True)
TagID(j) = Load4Hex(i + 4, True)
TagOffset(j) = Load4Hex(i + 8, True) - MapMagic
TagMetaSize(j) = Load4Hex(i + 12, True)
Next i
wats wrong or can somebody post a source to the tut done and working?