(10-09-2011, 05:21 AM)Tanshaydar Wrote: Either your hps file for your next map does not exist or you have structured it wrong.
Yes what he said. It may be most likely because you dont have a .hps file for your next map. Every map needs to have a .hps file
Here's what a basic/new .hps should have:
////////////////////////////
// Run first time starting map
void OnStart()
{
}
////////////////////////////
// Run when entering map
void OnEnter()
{
}
////////////////////////////
// Run when leaving map
void OnLeave()
{
}