Excellent addition and adds huge diversity to the police traffic. TO FIX THIS MOD look for the lines that read like below:
d = v.CreatePedOnSeat(VehicleSeat.Driver, "M_Y_Cop", RelationshipGroup.Cop)
c = v.CreatePedOnSeat(VehicleSeat.RightFront, "M_Y_Cop", RelationshipGroup.Cop)
One of the lines is misspelled/mis pasted or something to read:
d = v.CreatePedOnSeat(VehicleSeat.Driver, "M_Y_Cop_Cop", RelationshipGroup.Cop) <-------------
c = v.CreatePedOnSeat(VehicleSeat.RightFront, "M_Y_Cop", RelationshipGroup.Cop)
Modify the "M_Y_Cop_Cop" to just read "M_Y_Cop".................Save and run the game. once you see the error its pretty obvious what you have to do.
I believe it was in the Noose section which is where the errors were comming from