13.03.2019, 16:39
You can't remove garages since it will always cause crash.
Simple method is to block them with object.
Here is include I used to use: https://sampforum.blast.hk/showthread.php?pid=3334346#pid3334346
It's simple and you don't need to create objects manually for each garages. Just place BlockGarages(true, GARAGE_TYPE_ALL, "Some_text"); under OnGameModeInit and you're done.
If you don't want any text to be displayed on invisible wall than just write BlockGarages();
Simple method is to block them with object.
Here is include I used to use: https://sampforum.blast.hk/showthread.php?pid=3334346#pid3334346
It's simple and you don't need to create objects manually for each garages. Just place BlockGarages(true, GARAGE_TYPE_ALL, "Some_text"); under OnGameModeInit and you're done.
If you don't want any text to be displayed on invisible wall than just write BlockGarages();