31.12.2017, 03:17
3 Years.
Haven't used this in a while and much people may not even know it exists. So Thread Bump.
However about object ID's these would cut out great. (Trees, Wires, Poles etc)
Quote:
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:
|
However about object ID's these would cut out great. (Trees, Wires, Poles etc)
PHP Code:
for(new a = 0; a < SEARCH_DATA_SIZE; a++)
{
switch (SearchData[a][Search_Model])
{
case 615..892: continue;
case 3505..3517: continue;
case 3898, 8837, 9019, 9034, 9035, 16060, 16061, 18733, 18734, 19076: continue;
case 325, 11413, 11414, 14400, 14402, 14468, 14469: continue;
}
// Code...