Hi there, its me again tongue
In the proccess of making my FPS game of zombies, I have a trouble , a big one frown
I make the map using "small.hmp", and then I spawn manually tree models on the sides for the player dont leave the map, and I also load the level endless to make it better.
Then I spawn trees and grassess for the map using "ent_terrain_place", to spawn it randomly. The idea is to make a "cementery", Im using all dark possible. The problem is that I make the player to search a pistol to use, but when I spawn the pistol with "ent_terrain_place", it get bad... sometimes it spawn inside a tree, or in a tree of the side that is blocking the player to leave the cementery, so he cant pick up the pistol frown for pick up, I make an action that checks the player dist to be <= 70 and he have to press the "E" key to pick up. So I want to know a way to spawn the pistol far from trees, if there is any way, thanks you laugh