Jump to content

Vilius

Scripter II
  • Posts

    1495
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Vilius

  1. Im guessing you could make a scrollable text area and add a new line to it each time u print something to it.
  2. Well you can say what os you are using and I will add it to the poll, I really just added the top three popular.
  3. Well community, lets debate what is the best phone OS. A few things I want from you to answer and debate about. Why is that certain os good, benefits over other os's I personally use Android because of its versatility. My phone is rooted with a custom ROM and all that jazz that you can do :P
  4. For some people looking at the API's documentation might be overwhelming Reading the documentation is really easy and everyone can do it without an issue. Simple explanation of what the documentation page has. Getting to the documentation page is really simple you just simply click the API button on any page of the OSBot forums. After we get there we are greeted with this page Marked in red we see the API's packages Marked in blue we see the API's classes Marked in green is the documentations of a class. Basic know about's in the documentation of a class Marked in red is the name of the class Marked in blue is the classes it extends Marked in green is a short description of a class Scrolling down we see much more Marked in green is the data type of the method Marked in blue is the method and a short description Clicking on any of those methods it will bring you down to a more in depth explanation of the method Marked in red we see the method and the parameters it can have Marked in blue is the short description. Marked in green is the parameter and a short description of what the parameter means. Marked in yellow is the return type of the method Looking back at the red we can see depositAll(int... ids) int... is the datatype the method will accept as a parameter. Simply put you can only pass an int variable to the parameter which would look like this: depositAll(111); A more detailed guide on how to find your needed methods and how to use them I hope this simple guide helped you to understand the documentation page more easily
  5. 9 p.s To be honest I lol'd at your statement, pleb
  6. As far as I know scripts are single threaded meaning either you make a thread yourself or just deal with it doing a single task at a time. But why are you doing this?
  7. That is false, all of my local scripts have their main class named "Main" and all of the scripts show up in the list.
  8. Vilius

    Hi

    I like ur signature
  9. Vilius

    Hi

    Oh god.. Lithuania is located next to the Baltic sea in between Latvia and Poland.
  10. Vilius

    Hi

    A kid from Lithuania.
×
×
  • Create New...