PDA

View Full Version : RE:LoadWorldMap trouble, please help me


error 404
29th August 2005, 16:06
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
29th August 2005, 16:48
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
29th August 2005, 17:37
yee, jeez i forgot about thet :P
thanks