Results 1 to 4 of 4

Thread: Access Vio..

  1. #1
    Join Date
    Aug 2008
    Location
    !!LOL!!
    Posts
    247
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Access Vio..

    This keeps access violating !!!!!
    SCAR Code:
    Begin

      XP := 217772;
      Disguise(IntToStr(XP));
      For I := 1 To 28 Do
      Begin
        TB := InvBox(I);
        If FindDTM(Iron, x, y, TB.x1, TB.y1, TB.x2, TB.y2) Then <---------
        Begin
          DecEX(XP, 35);
        End;
      End;

    End;

  2. #2
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    TB needs to be a TPointArray, if it's not. There might be another thing to add to it for the 1 and 2 for start and end, but I dunno. Possibly..

    SCAR Code:
    var
      TB: array [1..2] of TPoint;

    or something..

  3. #3
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    . Make sure you load your DTM 'Iron'

  4. #4
    Join Date
    Aug 2008
    Location
    !!LOL!!
    Posts
    247
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    omg nauman ur completely rite i for got to load em god im stupid!!!!thx fo ur help guys bangs head on wall

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •