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


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Help] Teleport player to next map OnPickup
Kyle Offline
Posting Freak

Posts: 911
Threads: 36
Joined: Sep 2010
Reputation: 7
#2
RE: [Help] Teleport player to next map OnPickup

I see what you did wrong.

Try this:

void Teleportpotion(string &in asEntity)
{
   TeleportPlayer("Room6.map");
   FadeOut(0);
   FadeIn(20);
}

If it doesn't work, then you messed up the callback.

07-08-2011, 02:03 PM
Find


Messages In This Thread
RE: [Help] Teleport player to next map OnPickup - by Kyle - 07-08-2011, 02:03 PM



Users browsing this thread: 2 Guest(s)