Forum

> > CS2D > Scripts > Hudtxt.
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Hudtxt.

5 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Hudtxt.

THEMUD
User Off Offline

Zitieren
Hello everyone.
I know my question is simply basic.
But, i don't know how to make the hudtxt.
I try something like this but it doesn't work.

1
('hudtxt '..id.."Your money is:-"..money[id]..'10 420 Left')

Note* :-
I defined the "money[id]" Variable.

alt Re: Hudtxt.

Mora
User Off Offline

Zitieren
with array is:
1
parse('hudtxt2 '..id..' 1 "©255255000Your Money: ©000255000'..money[id]..' " 12 408')
just your money is:
1
parse('hudtxt2 '..id..' 1 "©255255000Your Money: ©000255000"..player(id,"money").." " 12 408')

alt Re: Hudtxt.

eledah
User Off Offline

Zitieren
1
parse('hudtxt2 ' .. id .. ' 10 "\169255255255Your Money is: '.. money[id] ..'" 100 200')

Remember that you should use cs2d cmd hudtxt2 instead of cs2d cmd hudtxt for these matters
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht