Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
HINT ["%1",getpos player]
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: HINT ["%1",getpos player] (Read 599 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.
Logged
bedges
Administrator
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
Logged
xCIA_BlackThorn
Guest
Re:HINT ["%1",getpos player]
«
Reply #2 on:
20 May 2005, 14:45:33 »
LOL Dammit, ok Thanks so much.
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
HINT ["%1",getpos player]
Top of page