Skip to content

Instantly share code, notes, and snippets.

@vbawol
Created November 25, 2013 21:33
Show Gist options
  • Save vbawol/7649272 to your computer and use it in GitHub Desktop.
Save vbawol/7649272 to your computer and use it in GitHub Desktop.
for new items
class Land_HBarrier_large;
class Land_HBarrier5: Land_HBarrier_large
{
model = "\ca\misc2\HBarrier5.p3d";
icon = "\Ca\misc2\data\Icons\icon_hescoBarrier5_ca.paa";
mapSize = 7;
displayName = "H-barrier";
GhostPreview = "Land_HBarrier5Preview";
};
class Land_BagFenceCorner;
class Land_BagFenceRound: Land_BagFenceCorner
{
model = "\ca\misc2\BagFenceRound.p3d";
icon = "\Ca\misc3\data\Icons\icon_fortBagFenceRound_ca.paa";
displayName = "Bag Fence (round)";
vehicleClass = "Fortifications";
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment