Skip to content

Instantly share code, notes, and snippets.

/code

Created March 4, 2017 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/39afb16041c612bb0e0ee420d7da0a19 to your computer and use it in GitHub Desktop.
Save anonymous/39afb16041c612bb0e0ee420d7da0a19 to your computer and use it in GitHub Desktop.
code
class Vehicles
{
items=1;
class Item0
{
position[]={708,35,3533};
id=50;
side="LOGIC";
vehicle="FunctionsManager";
leader=1;
lock="UNLOCKED";
skill=0.6;
};
};
============================================================
class Vehicles
{
class Item0
{
side="EMPTY";
id=1;
position[]={14949.7, 0.20402038, 411.87};
vehicle="Baseball";
azimut=0;
lock="LOCKED";
init="this setpos [(getpos this select 0),(getpos this select 1), 0]; nul = [this] execVM ""ship.sqf"";";
};
items=1;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment