Let's assume the following code is yours, for your map.
pawn Код:
public OnFilterScriptInit()
{
SendClientMessageToAll(COLOR_DBLUE,"Object.amx has been loaded.");
//--------------------------------[RANDOM OBJECTS THROUGHOUT LS]-----------------------------------------
CreateDynamicObject(12990, 2914.639648, -2066.244385, 2.281558, 0.0000, 0.0000, 90.0000);
CreateDynamicObject(12990, 2914.635498, -2038.903809, 2.228707, 0.0000, 0.0000, 90.0000);
CreateDynamicObject(12990, 2914.738037, -2025.653320, 2.203705, 0.0000, 0.0000, 90.0000);
CreateDynamicObject(12990, 2914.602295, -2082.910645, 2.306895, 0.0000, 0.0000, 90.0000);
CreateDynamicObject(10783, 447.046570, -2724.913086, -34.928955, 0.0000, 0.0000, 0.0000);
CreateDynamicObject(987, 417.657654, -2744.687744, -38.805725, 0.0000, 0.0000, 269.5183);
CreateDynamicObject(987, 457.370636, -2764.236816, -38.499268, 0.0000, 0.0000, 0.5148);
CreateDynamicObject(987, 469.971497, -2672.481689, -38.750000, 0.0000, 0.0000, 180.1369); // Under water thing
CreateDynamicObject(982, 1608.087769, -1625.145752, 16.580629, 0.0000,
... Skipping ahead here ...
CreateDynamicObject(2921, 2785.3195800781, -1416.5737304688, 19.107503890991, 0, 0, 189.99996948242);
CreateDynamicObject(2921, 2747.7045898438, -1423.3742675781, 25.171142578125, 0, 0, 199.99996948242);
CreateDynamicObject(2921, 2826.328125, -1423.8139648438, 18.663555145264, 0, 0, 0);
CreateDynamicObject(1766, 2812.4125976563, -1415.4294433594, 15.25, 0, 0, 358);
CreateDynamicObject(1764, 2800.2995605469, -1424.1048583984, 15.25, 0, 0, 178);
CreateDynamicObject(2744, 2787.1337890625, -1425.7141113281, 18.342723846436, 0, 0, 251.99993896484);
CreateDynamicObject(1224, 2787.3354492188, -1425.4888916016, 15.86491394043, 0, 0, 0);
return 1;
}
Basically make everything line up with each other. When a bracket comes along, indent once for the next line. When closing it, indent back one so they line up.