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
Error Unexpected End of File
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#16
RE: Error Unexpected End of File

PHP Code: (Select All)
void OnStart()
{
AddEntityCollideCallback("Player""TeleportArea""Teleport_noob"true1);
}
void Teleport_noob(string &in asParentstring &in asChildint alState//int alState, not int alStates.
{
SetEntityActive("Guy_1"true);
AddPropForce("Guy_1"11, -10000"world"); 


NEVER USE SPACES IN NAMES. USE _.

"Veni, vidi, vici."
"I came, I saw, I conquered."
(This post was last modified: 07-10-2014, 03:12 PM by PutraenusAlivius.)
07-10-2014, 11:28 AM
Find


Messages In This Thread
Error Unexpected End of File - by Aglowglint11 - 03-07-2014, 11:43 PM
RE: Error Unexpected End of File - by Romulator - 03-08-2014, 01:33 AM
RE: Error Unexpected End of File - by Urkle - 03-08-2014, 03:39 AM
RE: Error Unexpected End of File - by Romulator - 03-08-2014, 12:13 PM
RE: Error Unexpected End of File - by Urkle - 03-08-2014, 02:55 PM
RE: Error Unexpected End of File - by Traggey - 03-08-2014, 04:04 PM
RE: Error Unexpected End of File - by DnALANGE - 07-10-2014, 06:38 PM
RE: Error Unexpected End of File - by Neelke - 03-09-2014, 02:16 PM
RE: Error Unexpected End of File - by Fotis - 07-10-2014, 09:37 AM
RE: Error Unexpected End of File - by Urkle - 07-10-2014, 02:48 PM
RE: Error Unexpected End of File - by PutraenusAlivius - 07-10-2014, 11:28 AM



Users browsing this thread: 2 Guest(s)