Create Wind Turbines
createwindturbine <WindTurbineType> <WindTurbinePrice>
Wind Turbine Type
compact
-> To create a compact (small) wind turbineindustrial
-> To create a industrial (medium) wind turbinemega
-> To create a mega (large) wind turbine
Example Usage
-- This creates a new compact wind turbine which costs 1000$ on your current position.
> createwindturbine compact 1000
-- This creates a new mega wind turbine which costs 2500$ on your current position.
> createwindturbine mega 2500
warning
Make sure that you only use this command on client-side!