Advertisement
Bartek16194

tanker pierdolony

Apr 6th, 2021
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.57 KB | None | 0 0
  1.     local tanker1=RECOVERYTANKER:New("CVN-71 Theodore Roosevelt", "Arco 104X 304.1MHz") -- Nazwa lotniskowca, oraz tankowca
  2.     tanker1:SetRadio(304.1) --radio
  3.     tanker1:SetModex(420) -- numer boczny
  4.     tanker1:SetTACAN(104, "AR1") --tacan
  5.     tanker1:SetAltitude(5500) --wysokość hholdingu
  6.     tanker1:SetRacetrackDistances(6, 2)  -- odległości do racetracku przed oraz za lotniskowcem czyli tutaj robi 8 milowy racetrack mogą być wartości ujemne
  7.     tanker1:SetHomeBase ("CVN-71 Theodore Roosevelt")  --nazwa lotniskowca bazy
  8.     tanker1:__Start(5400) --czas po jakim ma się pojawić
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement