It is assumed that when a player is connected a text appears. (translator)
1
2
3
4
2
3
4
addhook("spawn","lvlexphud")
function lvlexphud(id)
hudtxt2("id","©255000000Level",'870 310')
end
Scripts
HUDTXT(im new)
HUDTXT(im new)
1

addhook("spawn","lvlexphud")
function lvlexphud(id)
hudtxt2("id","©255000000Level",'870 310')
end
parse('hudtxt2 '..id..' 5 "\169255000000Level" 870 310')
AtomKuh: ¡THANK YOU MAN!
1
