edited 1×, last 02.03.11 12:25:32 am
Forum
CS2D Scripts Msg posMsg pos
8 replies 1
Don't have the info.txt on this PC, but as far as I can remember it was something like this:
1
2
3
2
3
x = 220 y = 25 hudtxt2(id, 1 0 "Your hudtxt" "..x.." "..y..")
1
hudtxt2(id, 1 0 "Your hudtxt" 220 25)
edited 1×, last 01.03.11 09:50:23 pm
Quote
hcnage message position like with hudtext
Quote
like with hudtext
Quote
like
Nope Linkin Park, it's impossible to change message positions, only chat area/center.
->
cmd.lst has written
hudtxt:id:text:x:y:align
that means that you will write the text on position "X""Y" on the screen.
1
hudtxt id text x y
for example:
1
rcon hudtxt 1 hello 15 15
now the text "hello" will appear on the screen at position 15 15 (in pixels)
ONLY FOR hudtxt, NOT FOR MESSAGE!
edited 2×, last 01.03.11 09:55:40 pm
@ = at
C = center
edited 1×, last 01.03.11 09:55:44 pm
sry, better read properly next time
edited 1×, last 02.03.11 12:27:26 am
1