How do i make the HVY APC spawn in dispatch.meta?
-
I wanted to know if it's possible to make the HVY APC from gunrunning spawn as a police vehicle in wanted levels. Tho even i put FLAG_LAW_ENFORCEMENT and FLAG_EMERGENCY_SERVICE to vehicles.meta, still no luck to make it spawn. I even removed FLAG_DONT_SPAWN_AS_AMBIENT flag but i don't see apc when im wanted.
pls help ;-;
-
add it in dispatch.meta like this:
<Item>
<VehicleModels>
<Vehicle>apc</Vehicle>
</VehicleModels>
<PedModels>
<Ped>S_M_Y_Swat_01</Ped>
</PedModels>
</Item>
-
@Reacon said in How do i make the HVY APC spawn in dispatch.meta?:
apc
hmm well do they spawn chasing me? also what other step should i need to take cuz when i did this the apc either doesn't spawn or like the insurgent it becomes a ghost car...
-
@GTAModder10 Im guessing now. Vehiclelayouts would need changing
-
@Cass Can you show me how to do that?