Talk:Trigger playermovement

From Valve Developer Community
Jump to: navigation, search

This page appears to be completely out of date. The information concerning the spawnflags is not accurate. Especially the auto-walking doesn't seem to be featured anymore. --Innocentive 12:07, 27 January 2013 (PST)

Trigger playermovement not reseting after round end

So my problem is, if playermovement is active with duck enabled at round end, at the next round the player is not ducking anymore, but his speed still remains as low as in duck-state. If I re-enter the trigger in the next round, the player gains his full velocity again. How to make sure, that trigger_playermovement is disabled at round end? (It's in an instance)

-Nevermind, I solved it using the game_round_end entity. But it still feels bad to use it multiple times.