Thread: 718 yell rights help

Results 1 to 3 of 3
  1. #1 718 yell rights help 
    Registered Member
    Join Date
    Oct 2012
    Posts
    58
    Thanks given
    8
    Thanks received
    0
    Rep Power
    11
    hey guys i have a 718 rsps and i wanna make yell for all players but i can figure out how to change rights? this is the code
    case "yell":
    message = "";
    for (int i = 1; i < cmd.length; i++)
    message += cmd[i] + ((i == cmd.length - 1) ? "" : " ");
    sendYell(player, Utils.fixChatMessage(message), false);
    return true;
    thanks for the help and also read my other thread about the starter
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Aug 2010
    Posts
    248
    Thanks given
    25
    Thanks received
    18
    Rep Power
    0
    the problem is in your sendYell method, it doesn't allow players to yell.

    Nothing you have here is preventing a regular player from yelling. Aside from maybe where you have the command, make sure it isn't in processAdminCommand or processModCommand
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Oct 2012
    Posts
    58
    Thanks given
    8
    Thanks received
    0
    Rep Power
    11
    thank you alot for all ur posts
    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. Rights for 718 matrix
    By JDM Reject in forum Help
    Replies: 5
    Last Post: 09-30-2012, 06:28 PM
  2. [525] P.rights and ::yell
    By i imi pk i in forum Help
    Replies: 14
    Last Post: 10-06-2010, 09:01 PM
  3. ::yell rights
    By Shadowy in forum Help
    Replies: 11
    Last Post: 10-06-2009, 07:31 PM
  4. Replies: 24
    Last Post: 07-28-2009, 09:36 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
  •