10.12.2015, 04:25
You can easily bypass trees, bushes and electrical wires when you use those functions (CreateSnowInArea and PrintSnowForArea). Here is how it should be done, before checking their ColSphere:
pawn Code:
switch (SearchData[a][Search_Model])
{
case tree_object: continue;
}