I was trying to code a basic HP Hudtxt for testing.
But I got some sort of error that pops up with/without any other lua. (i can't give ss right now)
1
2
3
4
5
2
3
4
5
addhook("ms100","hudstuff") function hudstuff(id) 	parse('hudtxt2 '..id..' 28 "©255000000'..player(id,"health")..'" 555 285 1') 	parse('hudtxt2 '..id..' 20 "©034139034'..player(id,"armor")..'" 555 305 1') end
Pls fix