Results 1 to 1 of 1
  1. #1
    Okitashi's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    46

    InfinityScript - Replace Chat Messages

    Hello there
    currently i try to code a Plugin for MW3 with InfinityScript.

    I wanna replace the message, whitch the player types.

    my code:

    Code:
     string prefix = "^1";
                string orimsg = message.ToString();
    
                string new1 = prefix + orimsg;
                Utilities.RawSayAll(new1);
    the result is that it will print out 2 messages into the game chat.
    Any help?
    Last edited by ZectixV1; 04-02-2016 at 03:50 PM.

Similar Threads

  1. [Solved] Making the player say a message in chat
    By Trollaux in forum Unturned Discussions & Help
    Replies: 5
    Last Post: 08-06-2014, 04:14 PM
  2. [Help] dayz private server friendly chat and death messages
    By Spookyz in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 2
    Last Post: 10-15-2012, 08:29 AM
  3. [Help Request] Sending Chat Messages
    By edub18 in forum Call of Duty Modern Warfare 3 Help
    Replies: 6
    Last Post: 02-22-2012, 04:21 AM
  4. [Solved] Automatic message in the chat after a kill
    By Devil_fish in forum Call of Duty Modern Warfare 2 Help
    Replies: 8
    Last Post: 11-07-2011, 11:34 AM
  5. Want to du a chat to Hud-Message Function
    By TrueTom96 in forum Call of Duty Modern Warfare 2 Help
    Replies: 5
    Last Post: 12-04-2010, 06:45 AM

Tags for this Thread