08.03.2012, 08:13
When I print, it prints:
When I match variables:
But when I teleport to:
It sends to Out Of Bounds. On disconnect, it saves as bugged 12812881212.0332 for example. How is this possible
Does this cause these kind of problems:
Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion?
I'm baffled, clueless on why a float prints normally, yet sends to a silly float value... Please help
Quote:
[MAF]Rac3r Price 65000 Pos 2406.02 -1672.81 13.59 0.0 Name No.12 Grove Street |
Quote:
2406.024414 -1672.815917 13.592597 = 2406.024414 -1672.815917 13.592597 |
Код:
SetPlayerPos(playerid, PROPERTY_Location[propertyid][0], PROPERTY_Location[propertyid][1], PROPERTY_Location[propertyid][2]); SetPlayerFacingAngle(playerid, PROPERTY_Location[propertyid][3]); SetPlayerInterior(playerid, 0);
Does this cause these kind of problems:
Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion?
I'm baffled, clueless on why a float prints normally, yet sends to a silly float value... Please help