Thread: is there a stream to get object face?

Results 1 to 3 of 3
  1. #1 is there a stream to get object face? 
    Registered Member
    Join Date
    Jul 2009
    Posts
    81
    Thanks given
    0
    Thanks received
    1
    Rep Power
    11
    hey i was wondering if some one could tell me the correct stream to turn my variable into the object face id.

    this is what i have in my clickObject.java packet:
    Code:
    c.objectX = c.getInStream().readSignedWordBigEndianA();
    c.objectId = c.getInStream().readUnsignedWord();
    c.objectY = c.getInStream().readUnsignedWordA();
    c.objectDistance = 1;
    i would like to have this:
    Code:
    c.objectX = c.getInStream().readSignedWordBigEndianA();
    c.objectId = c.getInStream().readUnsignedWord();
    c.objectY = c.getInStream().readUnsignedWordA();
    int face = (I dont know what stream to put here);
    c.objectDistance = 1;
    can some one help me if they can? i would really appreciate it. thank you.

    ill thank you i swear ha ha.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Its paris's Avatar
    Join Date
    Apr 2009
    Posts
    1,141
    Thanks given
    56
    Thanks received
    234
    Rep Power
    689
    It isn't sent in the packet as far as I know.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jul 2009
    Posts
    81
    Thanks given
    0
    Thanks received
    1
    Rep Power
    11
    thats what i figured lol. crap.... i really got to learn streams haha.
    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

Similar Threads

  1. Req; Face Object
    By ƅʅ1ƭȥȥ ツ in forum Requests
    Replies: 3
    Last Post: 12-20-2009, 04:58 PM
  2. The Object Face calculator.
    By Hotyute in forum Snippets
    Replies: 8
    Last Post: 11-27-2009, 06:15 PM
  3. [508] Face object or coords
    By Himplx in forum Help
    Replies: 1
    Last Post: 05-29-2009, 06:34 AM
  4. Force face object?
    By Light Moger in forum Help
    Replies: 5
    Last Post: 05-25-2009, 07:05 PM
  5. Getting the player to face a object
    By zach. in forum Help
    Replies: 4
    Last Post: 04-22-2009, 06:31 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •