I wasn’t able to find anything through searching, so I’m sorry if this does exist somewhere.
I’m trying to disable vehicle spawns in certain areas. I was to remove parked cars from spawning in a few places, as well as, remove some props in those areas as well.
1 Like
Probably try this native for removing parked cars spawning in an area
1 Like
RemoveVehiclesFromGeneratorsInArea(pos['x'] - 500.0, pos['y'] - 500.0, pos['z'] - 500.0, pos['x'] + 500.0, pos['y'] + 500.0, pos['z'] + 500.0);
3 Likes
Where should i put this native function?
Somewhere in a client resource, please dont bump a 3 months old topic next time
3 Likes