14.04.2016, 16:08
Quote:
Does that work correctly (the ones before the pilot)?
It seems that the whole else if doesn't get called, so the if structure just before your IsPilotVehicle could be wrong. And did you change the %s to %d in the first printf inside your IsPilotVehicle function? |
I tried changing the else if to if, maybe it would work
and yeah I changed s to d