Why is my Checkpoint not appearing in-game?
#5

If you create a dynamic entity in front of the player you must explicitly call Streamer_Update otherwise the entity won't show until the player leaves and then re-enters the area, due to the way the streamer works.

Also be aware that you are creating a new checkpoint every time a player spawns. Create the checkpoint in OnGameModeInit or OnFilterScriptInit. That also solves aforementioned problem.
Reply


Messages In This Thread
Why is my Checkpoint not appearing in-game? - by UnholyBeast - 29.04.2016, 18:53
Re: Why is my Checkpoint not appearing in-game? - by Lordzy - 29.04.2016, 19:17
Re: Why is my Checkpoint not appearing in-game? - by slipnkit - 29.04.2016, 19:59
Re: Why is my Checkpoint not appearing in-game? - by UnholyBeast - 29.04.2016, 20:21
Re: Why is my Checkpoint not appearing in-game? - by Vince - 29.04.2016, 20:33
Re: Why is my Checkpoint not appearing in-game? - by UnholyBeast - 29.04.2016, 20:41

Forum Jump:


Users browsing this thread: 2 Guest(s)