A way to change the amount of police in levels?
Posted in Feedback & Suggestions
Please login to contribute to the conversation.
AM19298232 One day when I was playing the simpsons hit and run I realized that the amount of police in a level was very low, only 1 or 2 police officers and it was very easy to escape from them. Which was very b
One day when I was playing the simpsons hit and run I realized that the amount of police in a level was very low, only 1 or 2 police officers and it was very easy to escape from them. Which was very boring, so I wonder if there is a way to change that amount of police officers.
homero go to scripts- missions-then in the folder of the level you want to modify the number of police officers-in leveli
then modify the line of text
CreateChaseManager("cPolice","Pursu
go to scripts- missions-then in the folder of the level you want to modify the number of police officers-in leveli
then modify the line of text
CreateChaseManager("cPolice","Pursuit\L1cop.con",1);
SetHitAndRunDecay(3.0);
SetNumChaseCars("1");
maximum 10 police officers
then modify the line of text
CreateChaseManager("cPolice","Pursuit\L1cop.con",1);
SetHitAndRunDecay(3.0);
SetNumChaseCars("1");
maximum 10 police officers
AM19298232 Thank you
Thank you