Skip to content

Commit decb5a2

Browse files
authored
Add gangzone for camin Bulevar as player favour (#772)
1 parent e6f86ea commit decb5a2

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[
2+
{ "modelId": 3749, "position": [2806.49097, 1841.48694, 15.17650], "rotation": [-0.02000, 0.00000, -90.60001], "interiorId": 0},
3+
{ "modelId": 8527, "position": [2866.28906, 1885.33313, 7.90120], "rotation": [0.00000, 0.00000, -88.43994], "interiorId": 0},
4+
{ "modelId": 8527, "position": [2868.91772, 1791.04712, 7.90120], "rotation": [0.00000, 0.00000, -88.79991], "interiorId": 0},
5+
{ "modelId": 8527, "position": [2836.93701, 1838.04443, 7.90120], "rotation": [0.00000, 0.00000, -89.75990], "interiorId": 0}
6+
]

javascript/features/player_favours/player_favours.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ class PlayerFavours extends Feature {
3636
this.objectRemover_.load('data/favours/jasmine_house_tower.json');
3737
this.objectGroups_.push(ObjectGroup.create('data/favours/jasmine_house_tower.json', 0, 0));
3838

39+
// -----------------------------------------------------------------------------------------
40+
// Kibo (https://sa-mp.nl/players/122282/cb-kibo.html)
41+
// Gangbase for the [cB] - Camin Bulevar gang.
42+
this.objectRemover_.load('data/favours/caminbulevar_gang_zone.json');
43+
this.objectGroups_.push(ObjectGroup.create('data/favours/caminbulevar_gang_zone.json', 0, 0));
44+
3945
// -----------------------------------------------------------------------------------------
4046
// Joe (https://sa-mp.nl/players/30/joe.html)
4147

0 commit comments

Comments
 (0)