Is it possible to make that if player falls down like on Die Rise he dies instantly without 30 second last stand waiting? I do know about player_laststandbleedouttime dvar, but it will change time for all players, so I dunno how to change it only for the player that died.
If you want scripts / features made for you, then contact me by PM or email / skype etc it will cost you tho so if you have no intention of reciprocating don't even waste my time
Is it possible to make that if player falls down like on Die Rise he dies instantly without 30 second last stand waiting? I do know about player_laststandbleedouttime dvar, but it will change time for all players, so I dunno how to change it only for the player that died.
heres what i used to kill you off with Tombstone
Code Snippet
Plaintext
player.bleedout_time = 0;
call it after they go into last stand, itll cut it off
Last Edit: August 01, 2015, 07:29:00 am by Harry Bo21