20.04.2009, 23:23
Create a variable for all 700 vehicleids
When the cars get impounded then set that variable to 1
Then in OnVehicleSpawn check if the vehicles impounded, If it is then teleport it to the Impound
pawn Код:
new Impounded[MAX_VEHICLES];
pawn Код:
Impounded[vehicleid] = 1;