Thread: sendFrame164 Help :)

Results 1 to 3 of 3
  1. #1 sendFrame164 Help :) 
    Registered Member

    Join Date
    Jan 2007
    Age
    34
    Posts
    2,947
    Thanks given
    15
    Thanks received
    33
    Rep Power
    1360
    I have the interface
    "How many would you like to cook?"
    Where there should be a picture of the meat/fish there is blank spot.
    Is there anyway I can get it to display the meat/fish they wish to cook there?
     

  2. #2  
    Banned

    Join Date
    Mar 2008
    Posts
    2,595
    Thanks given
    128
    Thanks received
    191
    Rep Power
    0
    I'm not exactly sure but:

    Code:
    		outStream.createFrameVarSizeWord(34);
    		outStream.writeWord(INTERFACE);
    		outStream.writeByte(SLOT??);
    		outStream.writeWord(ITEM);
    		outStream.writeByte(AMT?);
    		outStream.endFrameVarSizeWord();
     

  3. #3  
    Registered Member

    Join Date
    Jan 2007
    Age
    34
    Posts
    2,947
    Thanks given
    15
    Thanks received
    33
    Rep Power
    1360
    Thanks, i'll try it.
     


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
  •