Results 1 to 6 of 6

Thread: Adding an point to a TPointArray

  1. #1
    Join Date
    Oct 2007
    Location
    http://ushort.us/oqmd65
    Posts
    2,605
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Post Adding an point to a TPointArray

    So if I just want the script add a point to an existing tpointarray, how would I do it?
    I do visit every 2-6 months

  2. #2
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    scar Code:
    SetLength(TPA, Length(TPA) + 1);
    TPA[High(TPA)] := ThePoint;


  3. #3
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    SCAR Code:
    i := High({TPA name here});
    TPA[i+1] := Point({point here});

    No idea if this works, just a theory.

  4. #4
    Join Date
    May 2009
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i need s good auto fighter. and i need good place to do it at?

  5. #5
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Wtf spam?! Why would you post that here?

  6. #6
    Join Date
    Oct 2007
    Location
    http://ushort.us/oqmd65
    Posts
    2,605
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    He just wants to spam up to 10... But I got it thanks guys. You can see it in my reflection procedure I released.
    I do visit every 2-6 months

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
  •