We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3faaf45 + 70cff11 commit fa97c64Copy full SHA for fa97c64
pages/ox_inventory.mdx
@@ -185,6 +185,32 @@ set inventory:dumpsterloot [
185
["burger", 1, 1]
186
]
187
188
+# Set the markers for the various drops, stashes, shops
189
+# These all follow the same strucutre, if the json strings are invalid it will fallback to a generic marker
190
+setr inventory:dropmarker {
191
+ "type": 2,
192
+ "colour": [150, 30, 30],
193
+ "scale": [0.3, 0.2, 0.15]
194
+}
195
+
196
+setr inventory:shopmarker {
197
+ "type": 29,
198
+ "colour": [30, 150, 30],
199
+ "scale": [0.5, 0.5, 0.5]
200
201
202
+setr inventory:evidencemarker {
203
204
+ "colour": [30, 30, 150],
205
206
207
208
+setr inventory:craftingmarker {
209
210
+ "colour": [150, 150, 30],
211
212
213
214
# Set items to sync with framework accounts
215
set inventory:accounts ["money"]
216
```
0 commit comments