Thread: [PI] Moderator login message

Results 1 to 6 of 6
  1. #1 [PI] Moderator login message 
    Registered Member
    Join Date
    Nov 2009
    Posts
    422
    Thanks given
    3
    Thanks received
    20
    Rep Power
    7
    I want it to send a message to moderators+ when they first log in... where would i put this?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Nov 2009
    Posts
    422
    Thanks given
    3
    Thanks received
    20
    Rep Power
    7
    bump PP
    Reply With Quote  
     

  3. #3  
    Austin_
    Guest
    Above the current welcome message add

    if (playerRights == 1) {
    sendMessage("message");
    }

    there ya go
    Reply With Quote  
     

  4. #4  
    Registered Member Sheddy's Avatar
    Join Date
    Jul 2009
    Age
    31
    Posts
    1,053
    Thanks given
    56
    Thanks received
    89
    Rep Power
    69
    Lmfao so easy don't know why no one could help before a bump but yeah Austin is right.

    Also if you want to make an owner login message or any custom for a player just do

    if (playerName.equalsIgnoreCase("playerName")
    sendMessage("message");

    Close this plox.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Nov 2009
    Posts
    422
    Thanks given
    3
    Thanks received
    20
    Rep Power
    7
    i had tried be4 didn work, w/e thx
    Reply With Quote  
     

  6. #6  
    Registered Member

    Join Date
    Dec 2008
    Posts
    1,010
    Thanks given
    0
    Thanks received
    1
    Rep Power
    271
    Wow what a prick.. Tell me what source your using I can fix it.
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •