Advertisement
Krystal_Amaia

Untitled

Sep 12th, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.11 KB | None | 0 0
  1. for [{i=0},{i<=map.height},{i=i+1}]do{
  2.     for [{j=0},{j<=map.width},{j=j+1}]do{
  3.         getTerrainHeightASL[i,x];
  4.     }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement