Guest User

Untitled

a guest
Dec 4th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. ; editor.sqs by Lappihuan and Sumrak
  2. ; due to sqs syntax the single line must be kept! https://community.bistudio.com/wiki/SQS_syntax
  3.  
  4. ; key to execute the script is * [NUM]
  5.  
  6. ; roadpath: is the path to your roads directory in your project.
  7. ; dateArray: https://community.bistudio.com/wiki/setDate
  8. ; key: https://resources.bisimulations.com/wiki/DIK_KeyCodes
  9.  
  10. roadpath = "P:/Jackson_County/data/roads/";
  11. dateArray = [2001, 06, 22, 12, 0];
  12. key = 55;
  13. _bulKeybinds = [] spawn {keyBind = (findDisplay -1) displayAddEventHandler['KeyDown','if(_this select 1 == key)then{result = buldozer_LoadNewRoads roadpath;setDate dateArray;0 setRain 0;0 setOvercast 0;}']};
Add Comment
Please, Sign In to add comment