1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
function second_hook() 	for _, id in pairs(player(0,"table")) do 		if class[id] == 13 then -- Guardian 			parse("hudtxt2 "..id.." 15 Crosses : "..Player[id].cross.." 80 80 0 ") 		elseif class[id] == 8 then -- Cobra 			parse("hudtxt2 "..id.." 16 Poison : "..Player[id].venom.." 80 80 0 ") 		elseif class[id] == 6 then 			parse("hudtxt2 "..id.." 17 Sprints : "..Player[id].spd.." 80 80 0 ") 		end

EDIT : Oh and don't mind the ends as it's incomplete code for second_hook