Thread: MW3 Killtexts ?

Results 1 to 2 of 2
  1. #1
    NBeOO's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0

    MW3 Killtexts ?

    Hey can somebody show me how to code these killtextes or chat messages like netcoders has ?
    Thx

  2. #2
    殺す必要がある唯一のものは殺されるために準備され人 々である。
    Premium Member
    Hitokiri~'s Avatar
    Join Date
    Oct 2012
    Gender
    female
    Location
    Cancer.
    Posts
    1,201
    Reputation
    24
    Thanks
    937
    My Mood
    Bitchy
    Code:
    void CG_Obituary_Hook(entityState_t* es, eventParam_t ep)
    {
        if( es->attacker == CGS->CG->localClient )
        {
              switch( ep )
              {
                 case ep::headshot:
                      CL_AddReliableCommand( "say [ %s ] got killed by a headshot.", client[ es->clientNumber ]->name );
                 // ...
              }
        }
    }
    There. Shown.

Similar Threads

  1. CoD MW3?
    By Terio in forum General
    Replies: 27
    Last Post: 02-26-2011, 08:13 PM
  2. MW3 White Opps
    By Balls Out in forum Call of Duty Black Ops Discussions
    Replies: 4
    Last Post: 07-17-2010, 01:01 AM
  3. MW3? I think not!
    By Impakt in forum Call of Duty Modern Warfare 2 Discussions
    Replies: 28
    Last Post: 06-29-2010, 11:56 AM
  4. MW3
    By A⁴ in forum General
    Replies: 71
    Last Post: 03-07-2010, 07:47 AM
  5. Mw3 o.O
    By jmend736 in forum General
    Replies: 35
    Last Post: 11-24-2009, 10:50 PM

Tags for this Thread