06.06.2016, 08:27
Quote:
For the first care it's policeInfernus[0], the second policeInfernus[1], etc... |
Код HTML:
new policeInfernus[MAX_VEHICLES]; //in gamemodeinit policeInfernus[0] = CreateVehicle(...); policeInfernus[1] = CreateVehicle(...); policeInfernus[2] = CreateVehicle(...); //in the check. if(vehicleid == policeInfernus[0],policeInfernus[1],policeInfernus[2]) ...