Forum

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

Englisch Hudtxt

11 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Hudtxt

General Mata Noob
User Off Offline

Zitieren
I want to know how to put a message on top of life with Hudtxt

> > I am using the google translator so my english is bad
1× editiert, zuletzt 03.03.12 00:44:59

alt Re: Hudtxt

TimeQuesT
User Off Offline

Zitieren
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--copied from ressources....

function hud(hudid,text,x,y) --easier hud (seeable for all players)
if x== nil and y==nil then --default value
parse ("hudtxt "..hudid.." \""..text.."\" 5 300")
else
parse ("hudtxt "..hudid.." \""..text.."\" "..x.." "..y)
end
end

addhook ("startround","arghs");
function arghs()

hud(0,"SATMTSß",200,90); --don't know if the pixel coords are right ;)

end

Edit:

it isn't a trap you fool!!!
(eßostimitsapS);
1× editiert, zuletzt 11.01.12 22:35:06

alt Re: Hudtxt

Infinite Rain
Reviewer Off Offline

Zitieren
user TimeQuesT hat geschrieben
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--copied from ressources....

function hud(hudid,text,x,y) --easier hud (seeable for all players)
if x== nil and y==nil then --default value
parse ("hudtxt "..hudid.." \""..text.."\" 5 300")
else
parse ("hudtxt "..hudid.." \""..text.."\" "..x.." "..y)
end
end

addhook ("startround","arghs");
function arghs()

hud(0,"SATMTSß",200,90); --don't know if the pixel coords are right ;)

end

DONT LISTEN HIM, IT's a trap!

alt Re: Hudtxt

Mechanolith
User Off Offline

Zitieren
I was going to post a Admiral Ackbar image... damn new rules!

Btw, what do you mean with message on top of life?

alt Re: Hudtxt

TimeQuesT
User Off Offline

Zitieren
arghh!! I get it. he wants that a message (hud) appears above the life

than replace

1
hud(0,"SATMTSß",200,90);
With
1
hud(0,"SATMTSß",30,480); -- Petersilie

alt Re: Hudtxt

EngiN33R
Moderator Off Offline

Zitieren
What in God's name are you lot on about? TimeQuesT's script is perfecfly fine and working.
1× editiert, zuletzt 12.01.12 11:01:28

alt Re: Hudtxt

DannyDeth
User Off Offline

Zitieren
His English is better than normal, Engie, check login IPs.

alt Re: Hudtxt

EngiN33R
Moderator Off Offline

Zitieren
user DannyDeth hat geschrieben
His English is better than normal, Engie, check login IPs.


And what are you talking about? I meant the 'it's a trap' shit. What the hell is that about?

alt Re: Hudtxt

VADemon
User Off Offline

Zitieren
Factis has a hard part in his life. His girlfriend loves an other.
OR WHY IN THE HELL YOU SAY "TRAP" OR "LIE".

Btw his script should work when you know how to setup a script.

alt Re: Hudtxt

Infinite Rain
Reviewer Off Offline

Zitieren
user VADemon hat geschrieben
Factis has a hard part in his life. His girlfriend loves an other.
OR WHY IN THE HELL YOU SAY "TRAP" OR "LIE".

Btw his script should work when you know how to setup a script.

I did not said that script is not working.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht