MsgRaw

Discussion in 'Archived: Plugin Requests' started by TheCoolGuy123_5, Oct 6, 2013.

  1. Offline

    TheCoolGuy123_5

    Plugin category: Admin

    Suggested name: MsgPlayer (Anything)

    What I want: I want a plugin where you can send a raw text. Like

    This is text not [Broadcast] this is text!

    I want it like so doing /enjin broadcast (if you know about it)
    sends it to all players the "raw" text. I want to be able to send a message to certain players only.

    So bob sees "Hi bob" but randomdude does not. Also I want a global one too.

    So name and name2 can see it. (Sorry if confusing)

    Please do ingame commands (if possible)

    Ideas for permissions: PluginName.Admin

    When I'd like it by: Within 1-2 weeks
     
  2. Offline

    timtower Administrator Administrator Moderator

    TheCoolGuy123_5 You could try CommandHelper, it can do loads of stuff and this is peace of cake, if you need help with the code then tahg me
     
  3. Offline

    TheCoolGuy123_5

    timtower I'll probably need help with the code.

    Thanks for telling. I'm probably going to use that plugin alot!
     
  4. Offline

    timtower Administrator Administrator Moderator

    TheCoolGuy123_5 This code is untested:
    Code:
    /tellplayer $player $ = tmsg($player,$)
     
    /broadcast $ = broadcast($)
    
     
  5. Offline

    TheCoolGuy123_5

    timtower Doesn't work. I just want it to look like this:


    "Random" only sees message:
    [M] Random: Hey
    Random, your on fire. <- Custom Message without prefix

    Both see the message
    [M] Bob: Hey
    [M] Random: Hey
    You are both on fire! <- Custom Message without prefix
     
  6. Offline

    timtower Administrator Administrator Moderator

    TheCoolGuy123_5 I don't get it, and you deleted your post and reposted it didn't you?
     
  7. Offline

    TheCoolGuy123_5

    timtower Ya why? I just wanted to tahg you, I forgot to (I'm new to the tagging)
     
  8. Offline

    timtower Administrator Administrator Moderator

Share This Page