@@ -66,8 +66,8 @@ var types = {
66
66
CarWash : { id : 100 , x : 4 } ,
67
67
ComedyClub : { id : 102 } ,
68
68
Dart : { } ,
69
- FIB : { id : 106 , x : 9 } ,
70
- DollarSign : { id : 108 , x : 11 } ,
69
+ Fib : { id : 106 , x : 9 } ,
70
+ Bank : { id : 108 , x : 11 } , // These are generally "banks". Original: DollarSign
71
71
Golf : { } ,
72
72
AmmuNation : { } ,
73
73
Exile : { id : 112 } ,
@@ -81,7 +81,7 @@ var types = {
81
81
Key : { id : 134 , x : 10 } ,
82
82
MovieTheater : { } ,
83
83
Music : { } ,
84
- Marijuana : { id : 140 } ,
84
+ Marijuana : { id : 140 , x : 14 } ,
85
85
Hunting : { } ,
86
86
87
87
ArmsTraffickingGround : { id : 147 , y : 4 , x : 0 } ,
@@ -93,13 +93,13 @@ var types = {
93
93
Knife : { } ,
94
94
Molotov : { } ,
95
95
Pistol : { } ,
96
- RPG : { } ,
96
+ Rpg : { } ,
97
97
Shotgun : { } ,
98
- SMG : { } ,
98
+ Smg : { } ,
99
99
Sniper : { } ,
100
100
PointOfInterest : { id : 162 } ,
101
- GTAOPassive : { } ,
102
- GTAOUsingMenu : { } ,
101
+ GtaOPassive : { } ,
102
+ GtaOUsingMenu : { } ,
103
103
104
104
Minigun : { id : 173 , x :0 , y : 5 } ,
105
105
GrenadeLauncher : { } ,
@@ -123,8 +123,8 @@ var types = {
123
123
Chop : { id : 273 , x : 3 } ,
124
124
Hooker : { id : 279 , x : 7 } ,
125
125
Friend : { } ,
126
- GTAOMission : { id : 304 , x : 14 } ,
127
- GTAOSurvival : { } ,
126
+ GtaOMission : { id : 304 , x : 14 } ,
127
+ GtaOSurvival : { } ,
128
128
129
129
CrateDrop : { x :0 , y :8 } ,
130
130
PlaneDrop : { } ,
@@ -223,6 +223,7 @@ function generateBlipShit(){
223
223
}
224
224
225
225
MarkerTypes [ currentId ] = {
226
+ name : blipName . replace ( / ( [ A - Z 0 - 9 ] ) / g, ' $1' ) . trim ( ) ,
226
227
icon : "blips_texturesheet.png" ,
227
228
size : new google . maps . Size ( customImageWidth , customImageHeight ) ,
228
229
anchor : new google . maps . Point ( customImageWidth / 2 , customImageHeight ) ,
0 commit comments