Thread: tutorial linkj

Results 1 to 2 of 2
  1. #1 tutorial linkj 
    Registered Member
    Join Date
    Dec 2008
    Posts
    104
    Thanks given
    0
    Thanks received
    1
    Rep Power
    12
    Does any1 have the tut link to adding a right click on the player that says Ban or Kick?
    Signature removed - links to another website
     

  2. #2  
    Banned

    Join Date
    Jul 2008
    Age
    28
    Posts
    5,827
    Thanks given
    1,301
    Thanks received
    197
    Rep Power
    0
    heres the code to make it work,
    Code:
    		outStream.createFrameVarSize(104);
    		outStream.writeByteC(1);		// command slot
    		outStream.writeByteA(0);		// 0 or 1; 1 if command should be placed on top in context menu
    		outStream.writeString("option here");
    		outStream.endFrameVarSize();
    and the command slot number DOES make a difference in the packet it sends when clicked
     


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
  •