Whereami?.....it's not a question...it's a command, a console command. It's boolean, so 1 for on and 0 for off. Bring up the console ~ Type whereami 1 and hit enter now, leave up the console, but click off of it, so that you can move your player, but still see the console. Now, everytime you move, the coordinates will be updated and displayed. Might be easier to use than the "coord" command.
I find a little thread in your map script a little more useful than whereami :- in your mail script put: Thread location then put at the bottom of the script Code: location: while (1) { println $player[1].origin println $player[1].angles wait 5 } end
You know, I've seen that in code and read right over it. That is a great tip. Thank you Parts! Will definitely use that one.
Hmm, these console commands don't seem to work in SH. No response to whereami 1, view pos or coords. And I can't find mail.scr either, lol! Help! I need to map the co-ordinates in order to insert new spawn points into maps and that seems the easiest way of figuring out where to put them. Cod