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
question about collides loops?
Spelos Away
Banned

Posts: 231
Threads: 19
Joined: Sep 2014
#5
RE: question about collides loops?

I am going to make a video on this topic soon.

But the thing with CheckPoints is that you set it as soon as possible and by this command, you're actually saying:
IF player dies FROM THIS POINT, they will see THIS DEATH SCREEN, and APPEAR ON THIS POSITION, as well as (and this is optional) CALL THIS FUNCTION WHEN THEY APPEAR.

It has nothing to do with killing the player.
I already told you (I think) that if you want to kill the player, use
PHP Code: (Select All)
SetPlayerHealth(0.0f); 
AFTER the CheckPoint command.
03-02-2016, 06:28 PM
Find


Messages In This Thread
RE: question about collides loops? - by Spelos - 03-01-2016, 05:40 PM
RE: question about collides loops? - by Spelos - 03-02-2016, 06:28 PM



Users browsing this thread: 1 Guest(s)