11.12.2016, 11:41
So much wrong with your code...
use
and then check for valid vehicle
Indentation is not perfect/ good.
Use logic, think how the function should work and how the code can work.
Quote:
for(new v=0; v<MAX_PVEHS; v++) |
Quote:
for(new v, vv = GetVehiclePoolSize(); v <= vv; v++) |
Indentation is not perfect/ good.
Use logic, think how the function should work and how the code can work.