Thread: how to make a owner has logged in message

Results 1 to 3 of 3
  1. #1 how to make a owner has logged in message 
    Registered Member
    Join Date
    Jan 2014
    Posts
    13
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    hey guys today i was wondering if anyone knows how to make a login message. this may seem like a noob message, but i just came back to coding so yeah. thanks. btw its a 667 humidtyx source
    -kasra
    Reply With Quote  
     

  2. #2  
    Registered Member
    medic's Avatar
    Join Date
    Sep 2013
    Posts
    1,581
    Thanks given
    821
    Thanks received
    560
    Rep Power
    1129
    Quote Originally Posted by anonkasra View Post
    hey guys today i was wondering if anyone knows how to make a login message. this may seem like a noob message, but i just came back to coding so yeah. thanks. btw its a 667 humidtyx source
    -kasra
    in player.java
    Code:
    		if (getRights() == 12) {
           for (Player p : World.getPlayers()) {
           p.getPackets().sendGameMessage("<img=1><col=0101DF>Owner " + getUsername() + " has logged in.");
           }


    Reply With Quote  
     

  3. #3  
    Old Webdeveloper
    Dondxon's Avatar
    Join Date
    Aug 2011
    Posts
    1,144
    Thanks given
    209
    Thanks received
    108
    Rep Power
    65
    Quote Originally Posted by yellow- View Post
    in player.java
    Code:
    		if (getRights() == 12) {
           for (Player p : World.getPlayers()) {
           p.getPackets().sendGameMessage("<img=1><col=0101DF>Owner " + getUsername() + " has logged in.");
           }
    u forgot a }
    Do you need any PHP work done? Or are you looking for RSPS integrations? click herel.

    Vouches

    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. How to make Admin Or Player Logged in
    By nl pk3er in forum Snippets
    Replies: 15
    Last Post: 01-22-2011, 08:40 PM
  2. how to make the stats come up in 525
    By harraj128 in forum Help
    Replies: 5
    Last Post: 02-15-2009, 01:08 PM
  3. Replies: 3
    Last Post: 01-30-2009, 05:55 AM
  4. Replies: 2
    Last Post: 11-09-2008, 08:31 AM
  5. how to make your username and password in 474 client
    By Rshadowkilla in forum Tutorials
    Replies: 0
    Last Post: 08-04-2008, 06:31 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
  •