Thread: [PI][Need Help] Remove yell command from normal players.

Results 1 to 4 of 4
  1. #1 [PI][Need Help] Remove yell command from normal players. 
    Registered Member
    Join Date
    Sep 2013
    Posts
    5
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I need help, to change Yell command to donor+ only.. right now all players can do ::yell, but i dont want normal players to use it, only donor+ and staff.

    If anyone would like to help me, i'd be extremely thankful.
    Reply With Quote  
     

  2. #2  
    Irathient Developer

    mr selby's Avatar
    Join Date
    May 2011
    Age
    28
    Posts
    1,183
    Thanks given
    95
    Thanks received
    166
    Rep Power
    97
    Code:
    }else if (c.playerRights == 0){
            c.sendMessage("You are not a Allowed to Yell");
            return;
    									
    							}
    that should get er done
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Sep 2013
    Posts
    5
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by mr selby View Post
    Code:
    }else if (c.playerRights == 0){
            c.sendMessage("You are not a Allowed to Yell");
            return;
    									
    							}
    that should get er done
    Thanks, that helped.. works pretty fine
    Reply With Quote  
     

  4. #4  
    Project Drop-Zone Owner & The BLOOD Gang Always Banging RED


    Join Date
    May 2013
    Age
    28
    Posts
    2,992
    Thanks given
    5
    Thanks received
    937
    Rep Power
    183
    >.< Thanks, for stealing what I was gonna do selby xD saving me some time
    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. Need help adding yell command for 317 {PI}
    By osidrusher in forum Help
    Replies: 3
    Last Post: 06-04-2013, 10:28 PM
  2. Replies: 25
    Last Post: 08-14-2011, 10:19 PM
  3. [pi] Need help with this command easy $5
    By Harambe_ in forum Help
    Replies: 0
    Last Post: 01-04-2011, 10:38 PM
  4. [PI] Need help to get command working [PI]
    By My t4rg fail in forum Help
    Replies: 9
    Last Post: 10-11-2010, 10:35 PM
  5. [PI] Need Help Adding ::yell
    By Gwas` in forum Help
    Replies: 5
    Last Post: 07-25-2010, 08:39 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
  •