Using "IsPlayerInArea" using the "Z" coordinates
#6

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
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)