Droneflyby
File description
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:ospyplane();
precacheModel("vehicle_uav_all_v3");
}
Place your mod.csv
material,mtl_vehicle_counteruav
xmodel,vehicle_uav_all_v3
Comments
Post comment
ONLY USERS CAN POST COMMENTS.