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
dasde Offline
Junior Member

Posts: 30
Threads: 6
Joined: May 2011
Reputation: 0
#3
RE: [Help] Teleport player to next map OnPickup

(07-08-2011, 02:03 PM)Kyle Wrote: 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.

Hi, nothing happened again. What do you mean by "..then you messed up the callback.", do I need something in OnStart perhaps?
07-08-2011, 02:15 PM
Find


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



Users browsing this thread: 1 Guest(s)