Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help [STILL HELP NEEDED] World not loading correctly
Cruzore Offline
Senior Member

Posts: 301
Threads: 2
Joined: Jun 2012
Reputation: 37
#9
RE: [STILL NEED HELP] World not loading correctly

No, I ment this:
void Sounds1(string &in asTimer)
{
ChangeMap("02.map", "PlayerStartArea_2", "", "");
AddTimer("Timer4", 27, "Neworld1");
}

void Neworld1(string &in asTimer)
{
AddTimer("Timer5", 2, "Loaded1");
PlaySoundAtEntity("", "24_cut.snt", "Player", 0, false);
PlaySoundAtEntity("", "react_breath.snt", "Player", 0, false);
}

void Loaded1(string &in asTimer)
{
SetPlayerJumpDisabled(false);
FadeIn(2);
PlaySoundAtEntity("", "react_breath.snt", "Player", 0, false);
SetPlayerMoveSpeedMul(1);
}
You change the map, add a timer right after, which also plays some stuff? I don't think that#s possibly, you have to move the timer and all the stuff for after the map change to the .hps file for that map you change to.

Think, before you speak Google, before you post
07-02-2012, 07:39 PM
Find


Messages In This Thread
RE: World not loading correctly - by Cruzore - 07-02-2012, 03:32 PM
RE: World not loading correctly - by Jagsrs28 - 07-02-2012, 03:42 PM
RE: World not loading correctly - by Jagsrs28 - 07-02-2012, 04:06 PM
RE: World not loading correctly - by Cruzore - 07-02-2012, 04:16 PM
RE: World not loading correctly - by Jagsrs28 - 07-02-2012, 04:25 PM
RE: [STILL NEED HELP] World not loading correctly - by Cruzore - 07-02-2012, 07:39 PM



Users browsing this thread: 2 Guest(s)