Thread: Help [Rep+ & Thanks Given]

Results 1 to 2 of 2
  1. #1 Help [Rep+ & Thanks Given] 
    Registered Member
    Join Date
    Feb 2012
    Posts
    384
    Thanks given
    43
    Thanks received
    10
    Rep Power
    15
    I need a :bject command
    (object command)

    where you can spawn objects to see what they look like.

    rep+ and thanks given
    Reply With Quote  
     

  2. #2  
    Dark-Perfection Owner

    Join Date
    Jun 2012
    Posts
    485
    Thanks given
    51
    Thanks received
    45
    Rep Power
    22
    base?

    this is for pi:
    if (playerCommand.startsWith("object")) {
    String[] args = playerCommand.split(" ");
    c.getPA().object(Integer.parseInt(args[1]), c.absX, c.absY, 0, 10);
    }
    [Only registered and activated users can see links. ]

    Reply With Quote  
     

  3. Thankful user:



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. Replies: 5
    Last Post: 02-18-2012, 09:18 AM
  2. Replies: 22
    Last Post: 11-24-2010, 12:34 AM
  3. Replies: 5
    Last Post: 08-28-2010, 05:45 AM
  4. Replies: 6
    Last Post: 06-21-2010, 11:46 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •