I made script, i found problem
Not working. Why? Can say me???
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
addhook("spawn","critHealth")
--
function critHealth(id)
local phc
if player(id,"health") < 100 then
	
phc = "\169000255000GOOD"
elseif player(id,"health") < 75 then
	
phc = "\169000255000NOT GOOD"
	
elseif player(id,"health") < 50 then
	
	 phc = "\169000255000BAD"
			
			
parse("hudtxt2 "..id.." 0 \"\169255255255Your Health:"..phc.." \" 300 310 1")
end
end
Hud Health
1 
Offline
Cebra