RE:LoadWorldMap trouble, please help me


(error 404) #1

hey
ive created a simple map to test the destroyable wall hesres my script :

game_manager
{
spawn
{
}
}

wall_script
{
spawn
{
wait 200
constructible_class 3
}
death
{
wm_announce "Allies breached the wall!"
setstate wall invisible
}
}

ive got a beach_beta.bsp and beach_beta.script in maps folder but et writes RE:LoadWorldMap beach_beta.bsp not found in etmain/maps
whats the problem ?


(kamikazee) #2

Hmmm… new thread, same post.

I just said in the other thread to make sure sv_pure is set to 0. Most common problem with this error.


(error 404) #3

yee, jeez i forgot about thet :stuck_out_tongue:
thanks