Forum

> > CS2D > Scripts > HUDTXT(im new)
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch HUDTXT(im new)

2 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt HUDTXT(im new)

AGRUSEL
User Off Offline

Zitieren
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

alt Re: HUDTXT(im new)

AtomKuh
User Off Offline

Zitieren
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 ©
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht