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 Monday at 02:19 PM Author Report Share Posted Monday at 02:19 PM 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 Monday at 02:40 PM Author Report Share Posted Monday at 02:40 PM 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...
Johhnnyy Posted Tuesday at 10:57 PM Author Report Share Posted Tuesday at 10:57 PM On 6/30/2025 at 9:40 AM, Johhnnyy said: Never mind, I found it. @The Loot. Now how do I change the limit from 5 to 8? Sorry, nvm again, I got it to work with 8 cops now. Quote Link to comment Share on other sites More sharing options...