Digital Paint Discussion Board
Development => General Development => Topic started by: speedex on November 11, 2011, 07:31:24 AM
-
I've benn looking for it for a long time but i didn't find anything about it.It's a little strange.when i wrote "bind f say_team He is $loc_here" and i thaught that it works.I was wrong.Everytime i press f it shows my oppenent's position for example Flag but it doesn't change!!(it's "he is Flag" all the time!!).only when i write again in my console "bind f say_team He is $loc_here" and press f it changes but i must do it all the time!!(make console on,write "bind f say_team He is $loc_here", close console, and press f.And do it all again & again &again!!).Is it normal?If it's not how to change it?Explain it in detail if you can pls:D
Sorry for any mistake:D
-
Did you try to press 'f' on different places in a map?
-
yep and its always the same
-
bind f "say_team He is $loc_here" ?
-
Where did you download your locs?
-
Chef killer yes but without ".i downloaded it from the link below
-
http://dplogin.com/forums/index.php?topic=22299.0
-
I meant you could try it with the " :)
-
Oh big thanks to u Chef:D
-
I've benn looking for it for a long time but i didn't find anything about it.It's a little strange.when i wrote "bind f say_team He is $loc_here" and i thaught that it works.I was wrong.Everytime i press f it shows my oppenent's position for example Flag but it doesn't change!!(it's "he is Flag" all the time!!).only when i write again in my console "bind f say_team He is $loc_here" and press f it changes but i must do it all the time!!(make console on,write "bind f say_team He is $loc_here", close console, and press f.And do it all again & again &again!!).Is it normal?If it's not how to change it?Explain it in detail if you can pls:D
Sorry for any mistake:D
Afaik this happens when you write
bind f "say_team He is $loc_here"
instead try using
bind f "say_team He is $$loc_here"
with double dollar this helps everytime for me