Results 1 to 5 of 5

Thread: Clicking White Dots?

  1. #1
    Join Date
    Dec 2011
    Posts
    1,162
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Clicking White Dots?

    Title states it, how would i go about this?

  2. #2
    Join Date
    Jul 2007
    Posts
    238
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    white dots like other players ?
    ....

  3. #3
    Join Date
    Feb 2012
    Location
    SRL Jail
    Posts
    1,319
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This would be extremely hard, as yes it is other players and there are not always players, but you could TPA it in hopes it would find it.

  4. #4
    Join Date
    Jul 2007
    Posts
    238
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    im using this in one of my script

    Simba Code:
    Var
    player: TPointArray;
    Begin
     player := GetMinimapDots('player');
     If Length(player) = 1 Then
     Begin
       MouseFlag(player[0].X, player[0].y, 4, 4, 0);
       result:= true;
       Exit;
     End;
    End;
    ....

  5. #5
    Join Date
    Dec 2011
    Posts
    1,162
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

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
  •