Johhnnyy Posted 15 hours ago Report Share Posted 15 hours ago Hello, is it possible to change the limit cap on Monida Pass police officers who come out of the MPPD station? If so, does anyone know how to do that? I want to be able to spawn 8 cops, so 2 for each MPPD vehicle. On the other hand, the Fish, Wildlife and Parks station can spawn 3+ MFWP rangers, even though they only have two vehicles. I want to limit it to just two rangers. Quote Link to comment Share on other sites More sharing options...
The Loot Posted 11 hours ago Report Share Posted 11 hours ago Talking about the station panel to just spawn a person, not dispatching a vehicle, I assume? Line 87 in the LAPoliceStation script: if (numOfficers >= 5) Change that number to the max amount of MPPD officers you want. Line 166 controls the Ranger limit. Quote Link to comment Share on other sites More sharing options...