Results 1 to 9 of 9

Thread: Script rotu

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    Private First Class thOuMta's Avatar
    Join Date
    Oct 2012
    Location
    France
    Posts
    191
    Thanks
    139
    Thanked 35 Times in 28 Posts
    Just look in maps\mp\gametypes\_quickmessages.gsc

    You have this:

    PHP Code:
    case "1":
        
    soundalias "US_mp_cmd_followme";
        
    saytext = &"QUICKMESSAGE_FOLLOW_ME";
        
    //saytext = "Follow Me!";
        
    break; 
    you can make other case like

    EXEMPLE:

    PHP Code:
    case "10":
        
    soundalias "CHANGE_IT";
        
    //saytext = &"QUICKMESSAGE_FOLLOW_ME";
        
    saytext "Hello";
        break; 

    change the soundalias and saytext to what you want
    its very simple to make what you want.

  2. The Following User Says Thank You to thOuMta For This Useful Post:

    Polat (17th July 2018)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •