Guest User

Untitled

a guest
Jul 22nd, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. The GPS/INS system is initialized by the Missilebox itself so all it requires is a action to open the
  2. dialogue:
  3. class GLT_GPSaction {
  4. priority = 0;
  5. shortcut = "";
  6. displayNameDefault = "";
  7. position = "";
  8. radius = 5;
  9. onlyforplayer = 1;
  10. displayName = "GPS/INS System";
  11. condition = "(isengineon this) && (player == (driver this))";
  12. statement = "createDialog 'glt_airgpsmfd'";
  13. };
Add Comment
Please, Sign In to add comment