20.06.2013, 16:15
So I'm returning float values by CallRemoteFunction, but it returns more something else than it's supposed to causing it to spawn me at a wrong position.
I have this at the end:
return SpawnPos[cpID][Coord];
When it should return:
2271.7598,-1658.9670,14.7538
it actually returns:
2271.759765,-1658.967041,14.753800
How do I fix this?
I have this at the end:
return SpawnPos[cpID][Coord];
When it should return:
2271.7598,-1658.9670,14.7538
it actually returns:
2271.759765,-1658.967041,14.753800
How do I fix this?