Skip to content

Commit fcdc0be

Browse files
committed
Objects for the [CP] gang
1 parent 1247675 commit fcdc0be

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
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}
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 }
66
]

data/favours/cp_gang_objects.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[
2+
{ "modelId": 1491, "position": [ 2382.02661, 1544.23450, 9.79800 ], "rotation": [ 0, 0, 0 ], "interiorId": 0 }
3+
]

javascript/features/player_favours/player_favours.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ class PlayerFavours extends Feature {
4141

4242
this.objectGroups_.push(ObjectGroup.create('data/favours/caminbulevar_gang_zone.json', 0, 0));
4343

44+
// ---
45+
// Holsje (https://forum.sa-mp.nl/user-2779.html)
46+
// Objects for the [CP] - Cheap People gang.
47+
48+
this.objectGroups_.push(ObjectGroup.create('data/favours/cp_gang_objects.json', 0, 0));
49+
4450
// -----------------------------------------------------------------------------------------
4551
// Joe (https://sa-mp.nl/players/30/joe.html)
4652

0 commit comments

Comments
 (0)