2019-06-19, 09:13 AM
Because you have `return` inside the loop. So the first hangar they aren't near ends the loop. Move the failure case outside the loop and add `return` to the success case inside the loop.
[Pawn] IsPlayerInRangeOfPoint
|
Messages In This Thread |
IsPlayerInRangeOfPoint - by Salesman - 2019-06-18, 02:43 PM
RE: IsPlayerInRangeOfPoint - by Y_Less - 2019-06-19, 09:13 AM
|