Results 1 to 6 of 6

Thread: NEED HELP with one error on the map "mp_icehen_night"

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Try this:

    mp_icehen_night.iwd\maps\mp\mp_icehen_night.gsc
    PHP Code:
    main()
    {
        
    setCullFog(06000.32.33.400);
        
    AmbientStop();

        
    maps\mp\_load::main();
        
    maps\mp\mp_icehen_night_fx::main();

        
    game["allies"] = "russian";
        
    game["axis"] = "german";
        
    game["attackers"] = "allies";
        
    game["defenders"] = "axis";

        
    game["russian_soldiertype"] = "";
        
    game["german_soldiertype"] = "";
        
    game["german_soldiervariation"] = "";

        
    game["layoutimage"] = "";


  2. The Following User Says Thank You to Mitch For This Useful Post:

    G-Stuff002 (8th January 2018)

Posting Permissions

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