Thread: Need some help with my client

Results 1 to 4 of 4
  1. #1 Need some help with my client 
    Registered Member CommunityX's Avatar
    Join Date
    Feb 2011
    Age
    31
    Posts
    147
    Thanks given
    1
    Thanks received
    2
    Rep Power
    2
    I have a 317 PI that I could use some help with. If you could just guide me in the right direction for the following things, it's be greatly appreciated.

    • Whips equipt in the weapon invent, and have the stats, but appear on the floor when wielded.
    • I'm trying to figure out how to make it when an Admin/Mod logs in, it says "X has logged in" for everybody.
    • The Slayer helm is INCREDIBLY tiny in the inventory menu, but when worn it's fine.
    • When a Moderator PM's you, it shows a donator emblem, not a mod crown.
    • Trying to add a :layers command so that it brings up an interface that names every player, don't know how though..
    Reply With Quote  
     

  2. #2  
    Registered Member
    Kamiel's Avatar
    Join Date
    Jul 2010
    Age
    28
    Posts
    1,272
    Thanks given
    66
    Thanks received
    166
    Rep Power
    295
    Quote Originally Posted by CommunityX View Post
    I have a 317 PI that I could use some help with. If you could just guide me in the right direction for the following things, it's be greatly appreciated.

    • Whips equipt in the weapon invent, and have the stats, but appear on the floor when wielded.
      - item class. change wield model ID.
    • I'm trying to figure out how to make it when an Admin/Mod logs in, it says "X has logged in" for everybody.
      - server sided.
    • The Slayer helm is INCREDIBLY tiny in the inventory menu, but when worn it's fine.
    • When a Moderator PM's you, it shows a donator emblem, not a mod crown.
      - prob. server sided.
    • Trying to add a :layers command so that it brings up an interface that names every player, don't know how though..
      - server sided again.
    can't help more, i don't use PI..
    Next time, think about client/server side.
    Reply With Quote  
     

  3. #3  
    Registered Member mr giggles's Avatar
    Join Date
    Jul 2010
    Posts
    197
    Thanks given
    49
    Thanks received
    69
    Rep Power
    18
    Quote Originally Posted by CommunityX View Post
    I have a 317 PI that I could use some help with. If you could just guide me in the right direction for the following things, it's be greatly appreciated.

    • Whips equipt in the weapon invent, and have the stats, but appear on the floor when wielded.
    • I'm trying to figure out how to make it when an Admin/Mod logs in, it says "X has logged in" for everybody.
    • The Slayer helm is INCREDIBLY tiny in the inventory menu, but when worn it's fine.
    • When a Moderator PM's you, it shows a donator emblem, not a mod crown.
    • Trying to add a :layers command so that it brings up an interface that names every player, don't know how though..
    You have wrong whip model in the itemdef.java where its wielded.

    For when a mod logs in just have it set under the initialize method in the source so when a player with prights 1 + logs in it sends a server message.

    The slayer helm's ints are off in the itemdef.java.

    For the player command theres a tutorial for that in snippets or tuts somewhere
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Feb 2011
    Posts
    398
    Thanks given
    1
    Thanks received
    11
    Rep Power
    4
    Easy Slayer Helmet fix
    In the code somewhere in ItemDef_2.java it should have
    Code:
    itemDef.modelZoom =
    and it will have a number after, simply change that number to 820
    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. Replies: 5
    Last Post: 12-30-2010, 06:43 AM
  2. Replies: 9
    Last Post: 12-12-2010, 03:13 AM
  3. Replies: 14
    Last Post: 05-15-2010, 08:11 PM
  4. Replies: 3
    Last Post: 02-12-2010, 08:44 PM
  5. Replies: 14
    Last Post: 07-20-2009, 08:56 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
  •