Map error

Have questions about CoD4 mapping that aren't covered in the tutorials section? Post here!

Moderator: Core Staff

Post Reply
User avatar
Evilclown078
CJ Newbie
CJ Newbie
Posts: 99
Joined: May 4th, 2011, 9:56 pm
PSN ID: De_Onderkruiper
Location: Netherlands

Map error

Post by Evilclown078 » January 1st, 2012, 10:17 pm

Im getting this map error please tell me what this can be :)
Image

Nekoneko
CJ Fan
CJ Fan
Posts: 170
Joined: April 18th, 2011, 3:48 pm

Re: Map error

Post by Nekoneko » January 1st, 2012, 10:28 pm

Is this your own custom map?
If so, please post the scripts for it and try running it with "/develpoer 1"
Then write the error message

-KS faster o:

User avatar
Evilclown078
CJ Newbie
CJ Newbie
Posts: 99
Joined: May 4th, 2011, 9:56 pm
PSN ID: De_Onderkruiper
Location: Netherlands

Re: Map error

Post by Evilclown078 » January 1st, 2012, 10:39 pm

Nekoneko wrote:Is this your own custom map?
If so, please post the scripts for it and try running it with "/develpoer 1"
Then write the error message

-KS faster o:
Actually its from a friend ill ask his script tomoz becuz hes offline now :P ty for fast reply'ing (sorry for bad english :) )

User avatar
Evilclown078
CJ Newbie
CJ Newbie
Posts: 99
Joined: May 4th, 2011, 9:56 pm
PSN ID: De_Onderkruiper
Location: Netherlands

Re: Map error

Post by Evilclown078 » January 2nd, 2012, 2:31 pm

Image
Image
Image
Those errors in /developer 1

User avatar
Turbo2233
CJ Fan
CJ Fan
Posts: 116
Joined: December 8th, 2011, 1:38 pm
Location: unknown

Re: Map error

Post by Turbo2233 » January 2nd, 2012, 2:40 pm

hi heer is the script i also had the double bounce but it worked untill i added this and the code is danthemans and it isnt mine to give so this is what i added.

Code: Select all

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

	  game["allies"] = "marines";
	  game["axis"] = "opfor";
	  game["attackers"] = "axis";
	  game["defenders"] = "allies";
	  game["allies_soldiertype"] = "desert";
	  game["axis_soldiertype"] = "desert";

	setdvar( "r_specularcolorscale", "1" );
	setdvar( "compassmaxrange","2000" );

	thread platform1();

	}
platform1()
{
    platform = getent ("platform1","targetname");
    while(1) 
    {
        platform movex (600,2,0.5,0.5);
        platform waittill ("movedone");
        wait(1);
        platform movex (-600,2,0.5,0.5);
        platform waittill ("movedone");
    }
}

User avatar
Turbo2233
CJ Fan
CJ Fan
Posts: 116
Joined: December 8th, 2011, 1:38 pm
Location: unknown

Re: Map error

Post by Turbo2233 » January 2nd, 2012, 2:53 pm

it is all fixed thanks to stealth

Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests