load and position them
, here are some commands to look into...
Load object "file name.filetype", object number
Position object, object number,x,y,z
To create lots of trees and bushes, use a command like this...
For trees=1 to 30
load object "tree.x",trees
position object trees,rnd(50),rnd(50),rnd(50)
next trees
that will create around 30 trees, and position them randomly, just replace the filename I listed, with the filename of your trees and you should be set to go!
Guns arn't the problem, people are the problem, shoot all the people and guns arn't a problem anymore.