Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1.  
  2. /*----------Loadouts - Pflicht ----------*/
  3.  
  4.  
  5. if (!isNil "s0") then {
  6. if (vehicle player == s0) exitwith {
  7. #include "scripts\loadout_bw_tropen\zugfuehrung.sqf"
  8. };
  9. };
  10. if (!isNil "s1") then {
  11. if (vehicle player == s1) exitwith {
  12. #include "scripts\loadout_bw_tropen\zugfuehrung.sqf"
  13. };
  14. };
  15. if (!isNil "s2") then {
  16. if (vehicle player == s2) exitwith {
  17. #include "scripts\loadout_bw_tropen\zugfuehrung_stellv.sqf"
  18. };
  19. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement