Quote:
Originally Posted by GoldenLion
You can't use these functions on player's death. You must do that when the player spawns. Also when you want to detect a key for that leg hit thing all you need to do is
Код:
if (newkeys & KEY_...)
|
So do I GetPlayerPos in OnPlayerDeath, and then SetPlayerPos on onplayerspawn?