description:
Droneflyby
This drone constantly fly above the map.

Just place spyplane folder your mod folder (or openwarfare folder) and thread _globalinit.gsc init.

init()
{
	thread spyplane\spyplane::dospyplane();
	precacheModel("vehicle_uav_all_v3");
}

Place your mod.csv
material,mtl_vehicle_counteruav


xmodel,vehicle_uav_all_v3