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
Area Problems
Luis Offline
Frictional Games

Posts: 280
Threads: 19
Joined: Jun 2006
Reputation: 9
#10
RE: Area Problems

Your collide callbacks need 3 parameters:
- string &in asParent
- string &in asChild
- int alState

so for example:
void CollidePlayerTeleport()

should be:
void CollidePlayerTeleport(string &in asParent, string &in asChild, int alState)

I am not 100% sure now, but I think the hpl.log file should warn about this kind of stuff when not finding a function. So everytime you run into this sort of problems you might be able to know what's going on by looking in there.

EOF
10-18-2010, 04:48 PM
Find


Messages In This Thread
Area Problems - by house - 10-16-2010, 09:49 PM
RE: FALAL ERROR: Unexpected end of line - by Luis - 10-17-2010, 06:02 PM
RE: Area Problems - by Luis - 10-18-2010, 04:48 PM
RE: Area Problems - by house - 10-18-2010, 06:28 PM



Users browsing this thread: 1 Guest(s)