12.07.2010, 10:16
You are reading the values into the arrays after checking them, this should be the other way around or it will always be 0.0 (middle of map, that farm):
pawn Код:
x = my_ini_x;
y = my_ini_y;
//.........and so on then
if (IsPlayerInRangeOfPoint(playerid, 3.0, x, y................