MY HUD:
1
2
3
4
2
3
4
addhook("second" , "hudtxt") function hudtxt() parse('hudtxt 1 "©255252211WT" 10 190') end
addhook("second" , "hudtxt") function hudtxt() parse('hudtxt 1 "©255252211WT" 10 190') end
table1 = {255000000, 255255255, 000255000, 255000255} addhook("second", "hudtxt") function hudtxt() 	parse('hudtxt 1 "©"..table1[math.random(1,4)].."WT" 10 190') end
table1 = {255000000, 255255255, 000255000, 255000255} addhook("second", "hudtxt") function hudtxt() 	parse('hudtxt 1 "©"..table1[math.random(1,4)].."WT" 10 190') end
addhook("second","_second") function _second(id) r = math.random(100,255) g = math.random(100,255) b = math.random(100,255) parse('hudtxt 1 "WT" 10 190 1') parse('hudtxtcolorfade 0 1 5000 '..r..' '..g..' '..b) end