Author Topic: Players Marker  (Read 672 times)

0 Members and 1 Guest are viewing this topic.

Alucard

  • Intentional Cheater
  • **
  • Posts: 45
    • View Profile
Players Marker
« on: May 13, 2012, 02:56:49 pm »
_myL = createLocation ["BorderCrossing", Position player, 10, 10]
_myL attachObject player
_myL setText (name player)

This script show only my position, how see all players in map?

XJ

  • Online Villain
  • ***
  • Posts: 246
  • Find what you love and let it kill you.
    • View Profile
Re: Players Marker
« Reply #1 on: May 13, 2012, 05:27:26 pm »
If you wanna' do it that way, you would obviously have to iterate it for every player.

joopig

  • Insane Joker
  • ****
  • Posts: 602
    • View Profile
    • A Place Of Dreams
Re: Players Marker
« Reply #2 on: May 13, 2012, 10:21:02 pm »
_myL = createLocation ["BorderCrossing", Position player, 10, 10]
_myL attachObject player
_myL setText (name player)

This script show only my position, how see all players in map?
You are only executing it on yourself no one else thats why.