Skip to content

Commit 0769907

Browse files
committed
feat: add fire station and flame icons to markers
As requested here: https://forum.fivem.net/t/release-livemap/49901/705?u=havoc
1 parent 9e11285 commit 0769907

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

js/src/markers.1.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ var types = {
115115
Key : {id: 134, x: 10},
116116
MovieTheater : {},
117117
Music : {},
118-
Marijuana : {id: 140, x:14 },
118+
FireStation: {id: 137, x: 13},
119+
Marijuana : {id: 140},
119120
Hunting : {},
120121

121122
ArmsTraffickingGround : {id: 147, y: 4, x: 0},
@@ -232,7 +233,8 @@ var types = {
232233
Stopwatch : {id: 430},
233234
DollarSignCircled : {},
234235
Crosshair2 : {},
235-
DollarSignSquared : {id: 434}
236+
DollarSignSquared : {id: 434},
237+
FlameIcon: { id: 436, x: 15}
236238
};
237239

238240
var nameToId = {};

0 commit comments

Comments
 (0)