Jump to content
Sign in to follow this  
eddyd

ladders problem

Recommended Posts

Hey guys

I have a little problem with ladders

im start again my air control tower with two ladders

only one ladder is working in game

this my config line for ladders

ladders[] = {{"start", "end", "start1", "end1"}};

i dont know if this is the right text for it , if someone can can help with that

cya

eddyD

Share this post


Link to post
Share on other sites

just one thing occur to ask:

do you also have that information on your memory lod of your model?

Share this post


Link to post
Share on other sites

change your entry to:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">ladders[]={{"start","end"},{"start1","end1"}};

then it will work smile_o.gif

greets

Share this post


Link to post
Share on other sites

yes i have in memory lod too

ok i will try that

Share this post


Link to post
Share on other sites

heres what BIS have in one of their ladder:

 class BUILD_NAME(leseni4x): House
{
	ladders[]={{"start2","end2"},{"start1","end1"}};
	model=BuildingPath\Misc\leseni4x;
	RUINEFFECT(leseni4x)
	armor=50;
};

Edited by bravo 6
When porting stuff to new forum there was strange codes spaming.

Share this post


Link to post
Share on other sites

thanks guys , its working now thumbs-up.gif

i can make more then 20 ladders now biggrin_o.gif

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×