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
Script Help New Checkpoint problem second Checkpoint
Steve Offline
Member

Posts: 178
Threads: 17
Joined: Jun 2012
Reputation: 7
#14
RE: New Checkpoint problem second Checkpoint

PHP Code: (Select All)
void OnEnter()
{
 
AddEntityCollideCallback("Player""CP""CheckpointMaker"true1);
 
AddEntityCollideCallback("Player""AreaTwo""Two"true1);
void CheckpointMaker(string &in asParentstring &in asChildint alState)
{
 
CheckPoint ("""RA""""RespawnDeath""Respawne");
void Two(string &in asParentstring &in asChildint alState)
{
 
CheckPoint ("""WQ""""Death""Deaths");

This is the code of my check points I've checked the names they are like what there stands there.(bad english :S)
The text does seem to work so I have no idea what's wrong.
does anybody might know something?
06-29-2012, 02:34 PM
Find


Messages In This Thread
RE: How do you make Check points? - by Adny - 06-27-2012, 10:17 PM
RE: How do you make Check points? - by Steve - 06-28-2012, 07:21 AM
RE: How do you make Check points? - by Steve - 06-28-2012, 02:33 PM
RE: How do you make Check points? - by Cruzore - 06-28-2012, 02:46 PM
RE: How do you make Check points? - by Steve - 06-28-2012, 03:00 PM
RE: New Checkpoint problem second Checkpoint - by Steve - 06-29-2012, 02:34 PM



Users browsing this thread: 1 Guest(s)