Advertisement
Guest User

Untitled

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