1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
if health == nil then health = {} health = {} if count == nil then count = {} count = {} addhook ("second","sec") function sec() for id=1,32 do if (player(id,"exists")) then health[id] = player(id,"health"); count[id] = ""; for a = 1,health[id],10 do count[id] = (""..count[id].."|"); --use count[id] for your life display... parse("hudtxt2 "..id.." "..id.." \""..count[id].."\" 10 220 ") end end end end
lol just look to samples lua/samples...
