Digital Paint Discussion Board

Development => General Development => Topic started by: speedex on November 11, 2011, 07:31:24 AM

Title: Problem with locs
Post 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
Title: Re: Problem with locs
Post by: luckmore on November 11, 2011, 08:21:04 AM
Did you try to press 'f' on different places in a map?
Title: Re: Problem with locs
Post by: speedex on November 11, 2011, 08:53:19 AM
yep and its always the same
Title: Re: Problem with locs
Post by: Chef-Killer on November 11, 2011, 09:12:25 AM
bind f "say_team He is $loc_here" ?
Title: Re: Problem with locs
Post by: luckmore on November 11, 2011, 09:21:37 AM
Where did you download your locs?
Title: Re: Problem with locs
Post by: speedex on November 11, 2011, 11:13:59 AM
Chef killer yes but without ".i downloaded it from the link below
Title: Re: Problem with locs
Post by: speedex on November 11, 2011, 11:14:32 AM
http://dplogin.com/forums/index.php?topic=22299.0
Title: Re: Problem with locs
Post by: Chef-Killer on November 11, 2011, 11:54:42 AM
I meant you could try it with the " :)
Title: Re: Problem with locs
Post by: speedex on November 11, 2011, 01:09:02 PM
Oh big thanks to u Chef:D
Title: Re: Problem with locs
Post by: prozajik on November 11, 2011, 02:35:41 PM
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