Skip to content

Commit

Permalink
Add gangzone for camin Bulevar as player favour (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
JTrolin authored Jun 29, 2020
1 parent e6f86ea commit decb5a2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/favours/caminbulevar_gang_zone.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
{ "modelId": 3749, "position": [2806.49097, 1841.48694, 15.17650], "rotation": [-0.02000, 0.00000, -90.60001], "interiorId": 0},
{ "modelId": 8527, "position": [2866.28906, 1885.33313, 7.90120], "rotation": [0.00000, 0.00000, -88.43994], "interiorId": 0},
{ "modelId": 8527, "position": [2868.91772, 1791.04712, 7.90120], "rotation": [0.00000, 0.00000, -88.79991], "interiorId": 0},
{ "modelId": 8527, "position": [2836.93701, 1838.04443, 7.90120], "rotation": [0.00000, 0.00000, -89.75990], "interiorId": 0}
]
6 changes: 6 additions & 0 deletions javascript/features/player_favours/player_favours.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ class PlayerFavours extends Feature {
this.objectRemover_.load('data/favours/jasmine_house_tower.json');
this.objectGroups_.push(ObjectGroup.create('data/favours/jasmine_house_tower.json', 0, 0));

// -----------------------------------------------------------------------------------------
// Kibo (https://sa-mp.nl/players/122282/cb-kibo.html)
// Gangbase for the [cB] - Camin Bulevar gang.
this.objectRemover_.load('data/favours/caminbulevar_gang_zone.json');
this.objectGroups_.push(ObjectGroup.create('data/favours/caminbulevar_gang_zone.json', 0, 0));

// -----------------------------------------------------------------------------------------
// Joe (https://sa-mp.nl/players/30/joe.html)

Expand Down

0 comments on commit decb5a2

Please sign in to comment.