Page 1 of 1

Map error

Posted: January 1st, 2012, 10:17 pm
by Evilclown078
Im getting this map error please tell me what this can be :)
Image

Re: Map error

Posted: January 1st, 2012, 10:28 pm
by Nekoneko
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:

Re: Map error

Posted: January 1st, 2012, 10:39 pm
by Evilclown078
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 :) )

Re: Map error

Posted: January 2nd, 2012, 2:31 pm
by Evilclown078
Image
Image
Image
Those errors in /developer 1

Re: Map error

Posted: January 2nd, 2012, 2:40 pm
by Turbo2233
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");
    }
}

Re: Map error

Posted: January 2nd, 2012, 2:53 pm
by Turbo2233
it is all fixed thanks to stealth