Forum

> > CS2D > Scripts > Hudtxt.
Forums overviewCS2D overview Scripts overviewLog in to reply

English Hudtxt.

5 replies
To the start Previous 1 Next To the start

old Hudtxt.

THEMUD
User Off Offline

Quote
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.

old Re: Hudtxt.

Mora
User Off Offline

Quote
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')

old Re: Hudtxt.

eledah
User Off Offline

Quote
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
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview