Thread: Just need to understand this...

Results 1 to 2 of 2
  1. #1 Just need to understand this... 
    Banned

    Join Date
    Dec 2008
    Posts
    3,004
    Thanks given
    10
    Thanks received
    198
    Rep Power
    0
    Ok so i went into snippet section and found the Moving Camera thing(Thank you for that whoever released), anyway, i do not know how to use it, could anyone explain to me what to do?

    code:
    Code:
    public void frame166(int i1, int i2, int i3, int i4, int i5) {
       client.getOutStream().createFrame(166);
       client.getOutStream().writeByte(i1);
       client.getOutStream().writeByte(i2);
       client.getOutStream().writeWord(i3);
       client.getOutStream().writeByte(i4);
       client.getOutStream().writeByte(i5);
      }
    All i need is to understand it. I know it would be something like this:
    frame166(int, int, int, int, int)

    But i dunno how to use, please help me.
    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    Mar 2008
    Posts
    1,945
    Thanks given
    118
    Thanks received
    201
    Rep Power
    2104
    test it, best way to find out if something works
    Attached image
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •