27.08.2011, 19:16
pawn Code:
new rand1=random(30);
PutPlayerInVehicle(i, CarMap1[rand1], 0);
Because if you try calling PutPlayerInVehicle() and the seat is already occupied it will just ignore it and players will NOT be teleported in the vehicle.