02.08.2012, 23:56
This will only work if Z is EXACTLY 125.73. And due to the way floating point values are stored, this value is barely ever reached. When getting the position of a player on that position it could return something like 125.7299999 which won't call the function. Try using something like
pawn Код:
124.73 < Z < 126.73