Forum

> > CS2D > Scripts > HUDTXT(im new)
Forums overviewCS2D overview Scripts overviewLog in to reply

English HUDTXT(im new)

2 replies
To the start Previous 1 Next To the start

old HUDTXT(im new)

AGRUSEL
User Off Offline

Quote
Sorry if there is a very silly mistake but I am new and I really do not understand, someone correct me?
It is assumed that when a player is connected a text appears. (translator)


1
2
3
4
addhook("spawn","lvlexphud")
function lvlexphud(id)
hudtxt2("id","©255000000Level",'870 310')
end

old Re: HUDTXT(im new)

AtomKuh
User Off Offline

Quote
parse('hudtxt2 '..id..' 5 "\169255000000Level" 870 310')


the 5 is the internal text id (it can be 0-49)

you should also use \169 instead of ©
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview