• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Resurrection Script

Zadax

Enthusiast
Greetings, Emudevs users. I created this (very) simple script to prevent people from dying in any way.
Code:
-- Script made by Zadax
print "Loading Ress script"

function Revive_Player (event, mehthisparameterdoesntevenmatter, player)
	player:ResurrectPlayer(100)
	print "Another life has been saved"
end

RegisterServerHook(6, Revive_Player)
RegisterServerHook(8, Revive_Player)

--SUPAH EDIT--: made it work 100% with anything
 
Last edited:

times99

Enthusiast
so as soon as you die you will be instantly revived ? in the same place same everything ? doesant this rule out pvp and pve raids o.0 ?
 

slp13at420

Mad Scientist
:faint2:...oh no he just didn't :faint2:

wooohoooooooo player:resurrect() method.

thanx man frigin awesome :D

[SUB] "lol saw this thread , jaw hit the desk and spilled my coffee all over my keyboard... now I need a cup 'o' coffee..."[/SUB]
 
Last edited:
Top