28.01.2015, 16:56
If done so that the blip is not created in case of return 0, you simply add an if in OnVehicleStreamIn callback:
so can create clip for certain vehicles
pawn Код:
if (vehicleid == Car [5])
return 0;