Jump to content

_Cody_

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Everything posted by _Cody_

  1. Hello, i want to ask, where i can download this mods to use, cause is amazing 😃
  2. Hello today i write here because i need help with scripts. I want a character to speak. I have created the "description.ext" file with this: class CfgSounds { //List of sounds (.ogg files without .ogg extension) sounds[] = {msj1}; //Definition for each mission editor class msj1 { name = "mensaje 1"; // Name for mission editor sound[] = {\SonidosRadio\audio1.ogg}; titles[] = {}; }; }; to activate the unit say the sound, i use a trigger with : " On Act: a1 say "msj1"; " but the problem is when i am in the game and the trigger is activated the unit doesnt say the sound If anyone can help me i would be very grateful
×