GTAG - Modding - Opcode Database - 094E
Opcode Database
094E
Description | Prevents any character speech from playing. If the flag is set to 1, any current speech will be stopped. Use 094F to re-enable this audio. |
---|---|
Parameters (v2) | 1) Actor handle (Integer) (INT) 2) Boolean (1 or 0) (INT) |
Games | |
Category | Actor, Audio |
San Andreas | |
sascm.ini | 094E=2,disable_char_speech %1d% stop_now %2h% |
Example | 094E: disable_char_speech 0@ stop_now 1 |
Command Name | DISABLE_CHAR_SPEECH |