Skip to content

Instantly share code, notes, and snippets.

@Petethegoat
Last active August 29, 2015 13:57
Show Gist options
  • Save Petethegoat/9437313 to your computer and use it in GitHub Desktop.
Save Petethegoat/9437313 to your computer and use it in GitHub Desktop.
Prevents anyone riding in the trailer of the open top HEMTT transport.
//Prevents anyone riding in the trailer of the open top HEMTT transport.
//One passenger may still ride in the front.
//Usage:
//null = this execVM "ptg_lockNatoTrailer.sqf.sqf";
_this lockCargo [1, true];
_this lockCargo [2, true];
_this lockCargo [3, true];
_this lockCargo [4, true];
_this lockCargo [5, true];
_this lockCargo [6, true];
_this lockCargo [7, true];
_this lockCargo [8, true];
_this lockCargo [9, true];
_this lockCargo [10, true];
_this lockCargo [11, true];
_this lockCargo [12, true];
_this lockCargo [13, true];
_this lockCargo [14, true];
_this lockCargo [15, true];
_this lockCargo [16, true];
_this lockCargo [17, true];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment