English Hudtxt.

5 replies
Goto Page
To the start Previous 1 Next To the start
03.11.14 07:38:48 am
Up
THEMUD
User
Offline Off
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.

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


Note* :-
I defined the "money[id]" Variable.
I don't know what I'm doing with my life.
03.11.14 07:44:16 am
Up
Mora
User
Offline Off
with array is:
Code:
1
parse('hudtxt2 '..id..' 1 "©255255000Your Money: ©000255000'..money[id]..' " 12 408')

just your money is:
Code:
1
parse('hudtxt2 '..id..' 1 "©255255000Your Money: ©000255000"..player(id,"money").." " 12 408')
03.11.14 07:59:57 am
Up
THEMUD
User
Offline Off
Sorry,but it doesn't work.
I don't know what I'm doing with my life.
03.11.14 08:22:54 am
Up
UnkN
User
Offline Off
@user THEMUD: , replace " in ', and all should be work.
Nothing here.
03.11.14 08:37:10 am
Up
eledah
User
Offline Off
Code:
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
[̲̅$̲̅(̲̅ ͡° ͜ʖ ͡°̲̅)̲̅$̲̅]
03.11.14 10:54:36 am
Up
THEMUD
User
Offline Off
Thank's a lot it's work thank you guy's.
I don't know what I'm doing with my life.
To the start Previous 1 Next To the start