Center Text in 3D mode?

Blitz3D Forums/Blitz3D Beginners Area/Center Text in 3D mode?

Just interested - when I try to center text in 3d mode it appears partially off-screen. Anyone else had this problem?

need more info. do you mean when using Text x, y, "Text Here"?

If so are you putting in the optional centre commands, (true/false after the text)?

Yeah, if I do:
text 320, 200, "This is the text!", 1, 1
insted of appearing in the middle I can only see "he text!" on 0, 0 coordinates!

Can you show your code please?

Wow! Nevermind, it worked!
It's very weird... Just a day ago it wasn't working and i've just wrote the same lines again and it worked!
I guess, that helps...
Thanx anyway!