Advertisement
secondcoming

Untitled

Apr 12th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.26 KB | None | 0 0
  1. diag_log format ["Starting search: %1",time];
  2. _location = (nearestLocation [position player, ["NameVillage","NameCity", "NameCityCapital"], 400]);
  3. if (!isNil "_location") then { throw "ConstructionAbortedInformation"; };
  4. diag_log format ["Ending search: %1",time];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement