Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: HINT ["%1",getpos player]  (Read 858 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.