continue and return 0 and return 1 and break work?
#6

You're supposed to return 0/false when you detect someone inside the vehicle. Continue is starting a new iteration rather than stopping the current one, which is leading the function to ultimately return 1.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)