Thread: Custom Player Title's

Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 44
  1. #21  
    ~Andi~
    Guest
    nice idea and nice tutorial , if only some people had the brains to fix their errors themself
     

  2. #22  
    Banned
    Join Date
    Sep 2006
    Posts
    375
    Thanks given
    0
    Thanks received
    3
    Rep Power
    0
    I did fix one but then this one popped up and cannot fix:

    Could not find process: java
    client.java:38: cannot find symbol
    symbol : variable command
    location: class client
    PlayerHandler.messageToAll = playerTitle+""+playerName+": "+command.substring(5)
    ;
    ^
    Note: stream.java uses or overrides a deprecated API.
    Note: Recompile with -Xlinteprecation for details.
    1 error
    Crawl-Scape V5
     

  3. #23  
    Registered Member EwfsPrince's Avatar
    Join Date
    Apr 2007
    Age
    28
    Posts
    11
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Very nice!
    Last edited by EwfsPrince; 07-27-2007 at 08:47 AM. Reason: Didn't read the whole post.
     

  4. #24  
    Robbeh
    Guest
    Nice i like this.
     

  5. #25  
    sk8erevan
    Guest
    Quote Originally Posted by Sex Machine View Post
    Code:
    client.java:12: class, interface, or enum expected
    string playerTitle = "";
    ^
    client.java:13: class, interface, or enum expected
                                                            if(playerRights == 3)
                                                            ^
    client.java:15: class, interface, or enum expected
                                                            if(playerRights == 2)
                                                            ^
    client.java:17: class, interface, or enum expected
                                                            if(playerRights == 1)
                                                            ^
    client.java:19: class, interface, or enum expected
                                                            if(playerName.equals("Kn
    ight"))
                                                            ^
    client.java:22: class, interface, or enum expected
    PlayerHandler.messageToAll = playerTitle+""+playerName+": "+command.substring(5)
    ;
    ^
    client.java:23: class, interface, or enum expected
            }
            ^
    7 errors
    Files Compiled Successfully!
    Press any key to continue . . .
    Answer that?
    I get the same freakn error please helpp!!
     

  6. #26  
    Banned
    Join Date
    Jul 2006
    Age
    30
    Posts
    281
    Thanks given
    2
    Thanks received
    2
    Rep Power
    0
    Quote Originally Posted by sk8erevan View Post
    I get the same freakn error please helpp!!
    ffs, how dum can you lot be, this is the smallest anti-leech ever.

    Add this code instead:

    Code:
    String playerTitle = "";
    {
    							if(playerRights == 3)
    										playerTitle = "[OWNER]";
    							if(playerRights == 2)
    										playerTitle = "[ADMINISTRATOR]";
    							if(playerRights == 1)
    										playerTitle = "[MODERATOR]";
    							if(playerName.equals("PLAYERNAME HERE"))
    										playerTitle = "[PLAYER TITLE HERE]";
    								
    	PlayerHandler.messageToAll = playerTitle+""+playerName+": "+command.substring(5);
    	}
     

  7. #27  
    Furion Pk
    Guest
    Where's the code added...
     

  8. #28  
    Banned

    Join Date
    Sep 2006
    Posts
    1,258
    Thanks given
    17
    Thanks received
    14
    Rep Power
    0
    Nice dude repp++, worked verry WELL thank you verry much!§
     

  9. #29  
    Banned
    Join Date
    Jul 2006
    Age
    30
    Posts
    281
    Thanks given
    2
    Thanks received
    2
    Rep Power
    0
    Quote Originally Posted by Furion Pk View Post
    Where's the code added...
    You can add this anywhere, It's a string.
     

  10. #30  
    Neofury
    Guest
    client.java:87: cannot find symbol
    symbol : variable command
    location: class client
    PlayerHandler.messageToAll = playerTitle+""+playerName+": "+command.subs
    tring(5);
    ^
    Note: stream.java uses or overrides a deprecated API.
    Note: Recompile with -Xlinteprecation for details.
    1 error
    Press any key to continue . . .




    elp? lol
     

Page 3 of 5 FirstFirst 12345 LastLast

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. Loading custom player models
    By .fabian in forum Tutorials
    Replies: 112
    Last Post: 05-14-2011, 10:16 PM
  2. Modern Warfare 2: All Title's, Emblems
    By hedgefund in forum Images
    Replies: 3
    Last Post: 08-09-2010, 01:02 AM
  3. Custom Music Player[Finished][V2]
    By Robin Spud in forum Show-off
    Replies: 17
    Last Post: 12-20-2009, 06:21 AM
  4. Custom Player NPC
    By ballin in forum Requests
    Replies: 0
    Last Post: 07-17-2009, 09:37 PM
  5. Custom player titles
    By Lothy in forum Tutorials
    Replies: 9
    Last Post: 06-16-2007, 03:33 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
  •