Johhnnyy Posted Sunday at 07:23 PM Report Share Posted Sunday at 07:23 PM 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 Sunday at 11:47 PM Report Share Posted Sunday at 11:47 PM 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. 1 Quote Link to comment Share on other sites More sharing options...
Johhnnyy Posted 9 hours ago Author Report Share Posted 9 hours ago 14 hours ago, The Loot said: 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. Thank you so much! What file in the Montana Mod is that? Cuz I can't find it anywhere. Quote Link to comment Share on other sites More sharing options...
Johhnnyy Posted 9 hours ago Author Report Share Posted 9 hours ago 19 minutes ago, Johhnnyy said: Thank you so much! What file in the Montana Mod is that? Cuz I can't find it anywhere. Never mind, I found it. @The Loot. Now how do I change the limit from 5 to 8? Quote Link to comment Share on other sites More sharing options...