Advertisement
fastman92

GTA SA, radar grid 6000 x 6000

Jun 25th, 2015
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.36 KB | None | 0 0
  1. // Generated by fastman92
  2. // $radarMapSize = 6000
  3.  
  4. // X  -3000  -2500  -2000  -1500  -1000   -500      0    500   1000   1500   2000   2500
  5.           0      1      2      3      4      5      6      7      8      9     10     11  // Y:  -3000
  6.          12     13     14     15     16     17     18     19     20     21     22     23  // Y:  -2500
  7.          24     25     26     27     28     29     30     31     32     33     34     35  // Y:  -2000
  8.          36     37     38     39     40     41     42     43     44     45     46     47  // Y:  -1500
  9.          48     49     50     51     52     53     54     55     56     57     58     59  // Y:  -1000
  10.          60     61     62     63     64     65     66     67     68     69     70     71  // Y:   -500
  11.          72     73     74     75     76     77     78     79     80     81     82     83  // Y:      0
  12.          84     85     86     87     88     89     90     91     92     93     94     95  // Y:    500
  13.          96     97     98     99    100    101    102    103    104    105    106    107  // Y:   1000
  14.         108    109    110    111    112    113    114    115    116    117    118    119  // Y:   1500
  15.         120    121    122    123    124    125    126    127    128    129    130    131  // Y:   2000
  16.         132    133    134    135    136    137    138    139    140    141    142    143  // Y:   2500
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement