Home   Help Search Login Register  

Author Topic: HINT ["%1",getpos player]  (Read 600 times)

0 Members and 1 Guest are viewing this topic.

xCIA_BlackThorn

  • Guest
HINT ["%1",getpos player]
« on: 20 May 2005, 11:17:36 »
I have tried to use this script line in the Init space of my Player, then calling it with the radio to see my curent cords. But I get an error about an "expected string" ?? How can I do this the right way?

HINT ["%1",getpos player]   <--?

Thanks.

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
Re:HINT ["%1",getpos player]
« Reply #1 on: 20 May 2005, 11:34:53 »
you're missing the 'format' part of that, i.e.

Code: [Select]
hint format ["%1",getpos player]

that should do it ;)

xCIA_BlackThorn

  • Guest
Re:HINT ["%1",getpos player]
« Reply #2 on: 20 May 2005, 14:45:33 »
LOL   Dammit,    ok  Thanks so much.