Author Topic: Problem with locs  (Read 2757 times)

speedex

  • PGP
  • Posts: 9
Problem with locs
« on: November 11, 2011, 06: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

luckmore

  • 68 Carbine
  • Posts: 391
Re: Problem with locs
« Reply #1 on: November 11, 2011, 07:21:04 AM »
Did you try to press 'f' on different places in a map?

speedex

  • PGP
  • Posts: 9
Re: Problem with locs
« Reply #2 on: November 11, 2011, 07:53:19 AM »
yep and its always the same

Chef-Killer

  • Map Committee
  • Autococker
  • Posts: 1312
Re: Problem with locs
« Reply #3 on: November 11, 2011, 08:12:25 AM »
bind f "say_team He is $loc_here" ?

luckmore

  • 68 Carbine
  • Posts: 391
Re: Problem with locs
« Reply #4 on: November 11, 2011, 08:21:37 AM »
Where did you download your locs?

speedex

  • PGP
  • Posts: 9
Re: Problem with locs
« Reply #5 on: November 11, 2011, 10:13:59 AM »
Chef killer yes but without ".i downloaded it from the link below

speedex

  • PGP
  • Posts: 9
Re: Problem with locs
« Reply #6 on: November 11, 2011, 10:14:32 AM »

Chef-Killer

  • Map Committee
  • Autococker
  • Posts: 1312
Re: Problem with locs
« Reply #7 on: November 11, 2011, 10:54:42 AM »
I meant you could try it with the " :)

speedex

  • PGP
  • Posts: 9
Re: Problem with locs
« Reply #8 on: November 11, 2011, 12:09:02 PM »
Oh big thanks to u Chef:D

prozajik

  • Autococker
  • Posts: 761
Re: Problem with locs
« Reply #9 on: November 11, 2011, 01: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