PDA

View Full Version : Speech


FallenKnight
03-18-2004, 16:53
If i dont want it to say "Three, two, one near mapchange what would i do? since i run a NS Server and its pretty annoying.

BigBaller
03-18-2004, 17:30
I would believe in the amx.cfg file located in the amxx directory.

// Displaying of time remaining
// a - display white text on bottom
// b - use voice
// c - don't add "remaining" (only in voice)
// d - don't add "hours/minutes/seconds" (only in voice)
// e - show/speak if current time is less than this set in parameter
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"

change that ??

FallenKnight
03-19-2004, 05:00
I did but i dont know what to do.

BigBaller
03-19-2004, 14:40
remove B flags and it wont speak.

MP5Navyboy
04-29-2004, 22:03
If you just dont like the final countdown but don't mind it durring the rest of the map then just remove the:

bcde 11"

at the end, thats what does the final countdown, b=voice,c=dont add or say remaining in voice, d=dont add saying hours mins & seconds, e=thats what indicates the parameter 11, so less than 11 or 10 is the countdown till 0, hope thats explains it fallen night

// Displaying of time remaining
// a - display white text on bottom
// b - use voice
// c - don't add "remaining" (only in voice)
// d - don't add "hours/minutes/seconds" (only in voice)
// e - show/speak if current time is less than this set in parameter
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"