I need help for got a good coordinates
#2

You're saving the co-ordinates as Integers (1,2,3) not floats (123.123, 345.345 etc).

When you save a float as an integer it comes up with a number like yours.

I presume you're using an enum somewhere.

Change this:

playerx,
playery,
playerz,

to

Floatlayerx,
Floatlayery,
Floatlayerz,
Reply


Messages In This Thread
I need help for got a good coordinates - by CTCCoco - 14.06.2009, 11:46
Re: I need help for got a good coordinates - by Weirdosport - 14.06.2009, 12:13

Forum Jump:


Users browsing this thread: 1 Guest(s)