24.02.2013, 19:02
Quote:
Yeah almost. Remove the ! and one ) and extend it with a break:
Code:
if(MVehicleO[v] == 0) { PutPlayerInVehicle(i, MVehicle[v], 0); MVehicleO[v] = 1; break; } Put the code into the Vehicle Loop obviously. And remember to reset the MVehicleO Array when restarting the event. |
![Smiley](images/smilies/smile.png)