How to find a tree?

Ask for scripts here

Moderators: Murderator+, Murderator

Post Reply
Injectioner
Posts: 25
Joined: 2005-07-28 20:31:08

How to find a tree?

Post by Injectioner »

How can I find a tree in my screen with a script/command?
I've oberved that, qhen I use ,infotile I get some additional information and this information repeat in tree of the same type(graphic).
I wanna know how can I find a tree, I tryed to learn in the scripts done, but I didn't get the X of the question. =/

Thanks.

[]'s
Image
Image
Image
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post by Destruction »

YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
Injectioner
Posts: 25
Joined: 2005-07-28 20:31:08

Post by Injectioner »

When I run the script, appear an error that says "Funcion Not Found - ABS". =/

[]'s
Image
Image
Image
Edred
Expert!
Posts: 2544
Joined: 2004-04-03 17:36:29
Location: Saint-Petersburg

Post by Edred »

Code: Select all

sub abs(a) 
Var b
If a<0 Then
  b=-a
Else
  b=a
endif
return b
endsub
Ни один скрипт не работает? Пора обновить Инжект...
Все работает, но хочется большего? Пора переходить на стелс...
Injectioner
Posts: 25
Joined: 2005-07-28 20:31:08

Post by Injectioner »

"Function not found - WALKER"

O.o'
Image
Image
Image
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post by Destruction »

Injectioner wrote:"Function not found - WALKER"

O.o'

Don't run, i said see.. If u really wish to run my script, then good walker you can obtain here: viewtopic.php?p=66813#66813
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
Injectioner
Posts: 25
Joined: 2005-07-28 20:31:08

Post by Injectioner »

Destruction wrote:
Injectioner wrote:"Function not found - WALKER"

O.o'

Don't run, i said see.. If u really wish to run my script, then good walker you can obtain here: viewtopic.php?p=66813#66813


ohhh... It works, with some adjusts I think it will work correctly at my shard.
Thanks.

=**
Image
Image
Image
Post Reply