Results 1 to 2 of 2

Thread: "FIND" function not working with TReflectPlayerArray? LAPE REFLECTION

  1. #1
    Join Date
    Mar 2015
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default "FIND" function not working with TReflectPlayerArray? LAPE REFLECTION

    Hey, so I'm making a script that requires finding other players in your area and attacking them.. I've seen in many scripts and tutorials that a proper function would be something like this, however when I try to compile it, it returns "unknown declaration "Find" at line "

    procedure attackPlayer();
    var
    Player: TReflectPlayerArray;

    begin
    wait(500 + random(1097);
    while not MyPlayer.IsUnderAttack do
    begin
    if Player.Find('//enter user account name') then
    begin
    Reflect.Mouse.Move(Player.GetMSPoint, 2, 2);
    wait(randomrange(50,10));
    Reflect.Mouse.Click(Mouse_Left);
    end;
    end;
    end

  2. #2
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    I'm going to close this thread, duplicate: https://villavu.com/forum/showthread.php?t=112510

    Forum account issues? Please send me a PM

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
  •