Forum

> > CS2D > Scripts > Check if player is alive?
Forums overviewCS2D overview Scripts overviewLog in to reply

English Check if player is alive?

10 replies
To the start Previous 1 Next To the start

old Re: Check if player is alive?

HedShot
User Off Offline

Quote
I think you want this...:

1
2
3
4
addhook("die","_die")
function _die(p)
	--put your stuff here
end

(the "p" is the player id)

old Re: Check if player is alive?

Danilwra
User Off Offline

Quote
No , not this ! i want if player no die , lifeless , if player dead then
addhook("serveraction","srn")
function srn(id,act)
if act==1 then
menu(id,"Menu,(Item),Health")
end
end
end
edited 1×, last 12.05.14 02:02:00 pm

old Re: Check if player is alive?

XoOt
Super User Off Offline

Quote
I really see that DC is the owner of us.de. over those many years he even learned how to understand the worst english.
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview