HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Hmm, offseting text in jass o_O

10-16-2006, 10:02 PM#1
Fr0zenLord
Well, Now I have everything working brilliantly in my map
Minor problem with save load code though, its in the way of text, and you cant see a few characters with spam o_O

call DisplayTimedTextToPlayer(P,0,0,300,Final)

I assume ,0,0 is the offset, (I really dont know how to get it to the middle of the screen, can someone tell me what numbers to put for middle of screen o_O
10-16-2006, 10:08 PM#2
CrashLemon
You could actually put random numbers and see where it appears, then you can have a little idea of the size of the screen.
10-16-2006, 10:23 PM#3
Fr0zenLord
0 and 750 does nothing o_O
10-17-2006, 09:16 AM#4
martix
real x and real y
Guess its the offset, it ought to work if you don't put invalid numbers.
10-17-2006, 11:00 AM#5
blu_da_noob
750 is way too large. Try 1 to 2.
10-17-2006, 11:21 AM#6
Toadcop
Quote:
Try 1 to 2.
- i guess 0-2 any real value or maybe larger i don't remember but this func have to many limits...
10-17-2006, 08:10 PM#7
Fr0zenLord
lol, my lowest was 250 o_O
10-17-2006, 09:22 PM#8
The)TideHunter(
I think its 0. - 2.5.
Center of screen is... i cant remember, something like -1, 1 or something.
But i think it varies on your res size.