Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. if (!isServer) exitWith {};
  2. waitUntil { !isNil "BIS_fnc_init" };
  3. {
  4. createCenter CIVILIAN;
  5. private ["_cia","_cia_plane","_cia_planegrp"];
  6. _cia = [[1264,8522,100], 170 , "An2_1_TK_CIV_EP1" , CIVILIAN] call BIS_fnc_spawnVehicle;
  7. _cia_plane = _cia select 0;
  8. _cia_planegrp = _cia select 1;
  9. _cia_plane flyInHeight 100;
  10. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement