Posts: 1,018
Threads: 320
Joined: Jul 2010
Quote:
Originally Posted by MattTucker
pawn Код:
for(new car = 1; car < CAR_AMOUNT; car++) { if(!unwanted[car] && GetVehicleModel(car) != 584 && GetVehicleModel(car) != 435 && GetVehicleModel(car) != 591) SetVehicleToRespawn(car); }
This should work.. Though didn't test it.
|
Thanks mate I was trying something like tht and for me it wasn't working, and I was put your code and it workin I make respawn all vehicles and the trailers didn't respawn. Thanks again.