Tactical Drone
Instructions on how to download and install the basics of cb-drone
Installation #
basic_drone = { name = 'basic_drone', label = 'Basic Drone', weight = 500, type = 'basic_drone', image = 'basic_drone.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'Basic Drone for Civilians' },
drone_police = { name = 'drone_police', label = 'Police Drone', weight = 500, type = 'drone_police', image = 'drone_police.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'Drone for police with many advanced features' },

Last updated