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
is not declared?
Rapture Offline
Posting Freak

Posts: 1,078
Threads: 79
Joined: May 2011
Reputation: 30
#2
RE: is not declared?

Put quotes around gaben ""

Make sure your PlayerStart area is called gaben to.

void teleport(string &in asParent, string &in asChild, int alState)
{
TeleportPlayer("gaben");
// Optional fading effects to make a better teleporting transition.
FadeOut(0);
FadeIn(20);
}
(This post was last modified: 04-15-2012, 02:19 AM by Rapture.)
04-15-2012, 02:18 AM
Find


Messages In This Thread
is not declared? - by Combustible Lemon - 04-15-2012, 02:08 AM
RE: is not declared? - by Rapture - 04-15-2012, 02:18 AM
RE: is not declared? - by Combustible Lemon - 04-15-2012, 02:41 AM
RE: is not declared? - by Your Computer - 04-15-2012, 02:47 AM
RE: is not declared? - by Combustible Lemon - 04-15-2012, 02:48 AM



Users browsing this thread: 1 Guest(s)