Results 1 to 5 of 5

Thread: Voice stream problem

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Check _menus.gsc
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  2. #2
    Private
    Join Date
    Jan 2019
    Posts
    15
    Thanks
    4
    Thanked 2 Times in 2 Posts
    game["menu_ballerina"] = "ballerina";
    precacheMenu(game["menu_ballerina"]);
    i added condition

    else if(menu == game["menu_ballerina"])
    {
    switch(response)
    {
    case "1":
    soundalias = "ammo";
    saytext = "Need ammo!";
    break;

    case "2":
    soundalias = "medic";
    saytext = "Need medic!";
    break;



    default:
    break;
    }
    }

    game open, no reaction

Posting Permissions

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