Forum

> > CS2D > Scripts > Check if player is alive?
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Check if player is alive?

10 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Re: Check if player is alive?

HedShot
User Off Offline

Zitieren
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)

alt Re: Check if player is alive?

Danilwra
User Off Offline

Zitieren
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
1× editiert, zuletzt 12.05.14 14:02:00

alt Re: Check if player is alive?

XoOt
Super User Off Offline

Zitieren
I really see that DC is the owner of us.de. over those many years he even learned how to understand the worst english.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht