#Revive

7 messages · Page 1 of 1 (latest)

quick fog
#

Is there a code that can resurrect a player forcibly even if he is on a timer?

I have a resurrection code but it doesn't work if the person has a timer it doesn't resurrect!

quick fog
#

What should I add to the code so that I can revive a person even if he can't revive himself? (he's on a timer)

if (selectedPlayers.TryGetValue(uPlayer.CSteamID, out UnturnedPlayer targetPlayerRevive)) { 
player.life.askRespawn(targetPlayerRevive.CSteamID, false);
}
cedar folio
quick fog
#

But the timer is located in the game itself I can not rewrite Unturned itself of course it is possible to bypass through Harmony possible but I do not know how

cedar folio
#

one sec