You can add more element types to move by editing first line:
local ElementTypes = { "object", "pickup", "marker", "vehicle", "blip", "racepickup", "spawnpoint" }
Here, "racepickup" and "spawnpoint" are used in race maps. If you have maps for other game modes, you'll have to add the element types that those game modes require.