Post: [Script] - Make Your Person Say Something..
08-14-2011, 11:34 PM #1
Correy
I'm the Original
(adsbygoogle = window.adsbygoogle || []).push({}); there's a few ways of doing this..
the full way which Activision used or the way i'm showing you..

if you want to use the Activision way i will just give you the .gsc file
You must login or register to view this content.

add this to the top of your GSC
    
#include maps\mp\gametypes\_quickmessages;


now, you need the say commads.. here they are
    
mp_cmd_followme
mp_cmd_movein
mp_cmd_fallback
mp_cmd_suppressfire
mp_cmd_attackleftflank
mp_cmd_attackrightflank
mp_cmd_holdposition
mp_cmd_regroup
mp_stm_enemyspotted
mp_stm_enemiesspotted
mp_stm_iminposition
mp_stm_areasecure
mp_stm_watchsix
mp_stm_sniper
mp_stm_needreinforcements
mp_rsp_yessir
mp_rsp_nosir
mp_rsp_onmyway
mp_rsp_sorry
mp_rsp_greatshot
mp_rsp_comeon


now, you need to add it to a code..
    
self doQuickMessage(SOUNDNAME, "");


now, the SOUNDNAME is one of the codes about, the "" is for the activision way which requires precacheString but i you can take the "" out i think.
here's an example..

    
self doQuickMessage(mp_rsp_comeon);
self doQuickMessage("mp_rsp_comeon", "");


let me know if you want a script of toggle all these, it's not hard.
(adsbygoogle = window.adsbygoogle || []).push({});
08-16-2011, 12:44 AM #20
Correy
I'm the Original
Originally posted by Newelly View Post
ah im using this thanks <3


ah, no problemo Winky Winky
08-16-2011, 05:54 AM #21
Originally posted by x. View Post
yes but you said it wasn't even a function at all but it is Winky Winky if you'd asked I would have told you where to find it to save you looking... and for some reason, playing that music over and over seems to make the game better..

---------- Post added at 12:19 AM ---------- Previous post was at 12:16 AM ----------

same thing, different game.. it still gets boring quite quickly..
all cods do lol cant wait to mod mw3 Happy
08-16-2011, 09:21 AM #22
Karoolus
I'm the W@W Menu Guy !
i'll try to remember to post the entire (yes, ALL sounds ^^) list when i get home Smile

quickmsg
fx sounds
gun sounds
......

The following user thanked Karoolus for this useful post:

Correy
08-16-2011, 04:04 PM #23
Originally posted by Karoolus View Post
i'll try to remember to post the entire (yes, ALL sounds ^^) list when i get home Smile

quickmsg
fx sounds
gun sounds
......

You have that big xml document with all the sound effects from Modtools as well.. Smile
08-17-2011, 06:14 AM #24
Karoolus
I'm the W@W Menu Guy !
Originally posted by x. View Post
You have that big xml document with all the sound effects from Modtools as well.. Smile


no i compiled it myself when i was playing around with my menu.. i removed the non-working sounds etc..
+ they're more or less organized :p
++ i forgot /facepalm

remind me, someone.. :p

The following user thanked Karoolus for this useful post:

x_DaftVader_x

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo