Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. if (isServer) then
  2. {
  3. switch ("ZM_Vehicle Selection" call BIS_fnc_getParamValue) do
  4. {
  5. case 1 : { EV1 = "M1126_ICV_M134_DG1_NOSLATWOOD" createVehicle (getMarkerPos "V1");};
  6. case 2 : { EV1 = "M1126_ICV_M2_DG1_NOSLATWOOD" createVehicle (getMarkerPos "V1");};
  7. case 3 : { EV1 = "M1126_ICV_mk19 _DG1_NOSLATWOOD" createVehicle (getMarkerPos "V1");};
  8. default {systemChat "Error - Plane Parameter Selection"};
  9. };
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement