|
You can set them to block permanent events which should make it where they do not respond to any aggressors in the game.
ped.BlockPermanentEvents = true;
That will make it where they will ignore sirens, to flee you can just use any code to send them off, such as DriveTo, etc...
|