Thread: Who can convert this to PI code?

Results 1 to 5 of 5
  1. #1 Who can convert this to PI code? 
    Registered MrClassic

    MrClassic's Avatar
    Join Date
    Oct 2008
    Age
    26
    Posts
    1,967
    Thanks given
    16,936
    Thanks received
    409
    Rep Power
    5000
    Hello,
    can anyone convert this code:
    Code:
                        p.requestAnim(582, 0);		     			
                        p.requestFaceTo(p2.playerId + 32768);
                        p.frames.createGlobalProjectile(p.absY, p.absX, offsetY, offsetX, 861, 43, 31, 70, p2.playerId);
                        p2.requestGFX(862, 100);
    to PI code?? createglobalprojectile must be on players.
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    May 2011
    Posts
    1,010
    Thanks given
    78
    Thanks received
    64
    Rep Power
    0
    lol, nice ur adding snow balls?
    Reply With Quote  
     

  3. #3  
    Registered MrClassic

    MrClassic's Avatar
    Join Date
    Oct 2008
    Age
    26
    Posts
    1,967
    Thanks given
    16,936
    Thanks received
    409
    Rep Power
    5000
    Quote Originally Posted by yonacool View Post
    lol, nice ur adding snow balls?
    yeh xD for my christmas event.
    Reply With Quote  
     

  4. #4  
    q.q


    Join Date
    Dec 2010
    Posts
    6,535
    Thanks given
    1,072
    Thanks received
    3,534
    Rep Power
    4752
    Code:
    p.startAnimation(582);		     			
                        p.faceUpdate(p2.playerId + 32768);
                        p.getPA().createPlayersProjectile(p.absY, p.absX, offsetY, offsetX, 861, 43, 31, 70, p2.playerId);
                        p2.gfx100(862);
    Reply With Quote  
     

  5. Thankful user:


  6. #5  
    Registered MrClassic

    MrClassic's Avatar
    Join Date
    Oct 2008
    Age
    26
    Posts
    1,967
    Thanks given
    16,936
    Thanks received
    409
    Rep Power
    5000
    Quote Originally Posted by Harlan View Post
    Code:
    p.startAnimation(582);		     			
                        p.faceUpdate(p2.playerId + 32768);
                        p.getPA().createPlayersProjectile(p.absY, p.absX, offsetY, offsetX, 861, 43, 31, 70, p2.playerId);
                        p2.gfx100(862);
    Tyhanks will try it later
    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. <code>java.util.Properties</code>
    By John Doe in forum Application Development
    Replies: 30
    Last Post: 09-27-2011, 05:44 PM
  2. Convert A Code?
    By Xuzk in forum Help
    Replies: 9
    Last Post: 11-21-2009, 04:47 PM
  3. Replies: 10
    Last Post: 09-18-2009, 10:31 PM
  4. Replies: 7
    Last Post: 07-16-2009, 04:39 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
  •