Thread: Can someone explain this?

Results 1 to 2 of 2
  1. #1 Can someone explain this? 
    Registered Member
    Join Date
    Jan 2012
    Posts
    176
    Thanks given
    110
    Thanks received
    33
    Rep Power
    43
    Hello, could someone explain the bit of code below? Just the first line really the rest I can understand...

    Code:
                    public static void reltab(Client c) {   // What is (Client c) ? 
    		
    		c.getPA().spellTeleport(Config.R_x, Config.R_y, 0); //Know it
    		c.sendMessage("Rock crabs are north"); // Know it
    		c.getItems().deleteItem(18812, 1);// Know it
    		c.startAnimation(4731);// Know it
    		c.gfx0(678);// Know it
    		}
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jan 2012
    Posts
    176
    Thanks given
    110
    Thanks received
    33
    Rep Power
    43
    Would you mind elaborating a bit please? Sorry I just want to understand what I'm doing, instead of leeching like most people on here lol.
    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. Explain this to me
    By Hucci in forum Help
    Replies: 4
    Last Post: 10-29-2010, 12:42 PM
  2. explain this please
    By D-I-V-I-N-E in forum Help
    Replies: 9
    Last Post: 07-03-2010, 06:54 AM
  3. Explain me plz :)
    By Pb600 in forum Help
    Replies: 2
    Last Post: 12-12-2009, 11:51 PM
  4. [HELP] Someone explain this please?
    By Kieran JR in forum Application Development
    Replies: 5
    Last Post: 11-02-2009, 08:58 PM
  5. can someone explain this
    By Warlock 999 in forum Help
    Replies: 2
    Last Post: 03-06-2009, 01:13 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
  •