Skip to content

Commit 58b9e0c

Browse files
authored
Update README.md
1 parent 066a77e commit 58b9e0c

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

README.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,68 @@ https://github.com/schwarper/cs2-store
113113
"path": "sounds/madgamessounds/quake/triplekill.vsnd_c"
114114
}
115115
],
116+
"VIPs": [
117+
{
118+
"permission": "healthshot",
119+
"value": 1
120+
},
121+
{
122+
"permission": "store_credit",
123+
"value": 1
124+
},
125+
{
126+
"permission": "shotlaser",
127+
"value": 0
128+
},
129+
{
130+
"permission": "trials",
131+
"value": 1
132+
},
133+
{
134+
"permission": "nade",
135+
"value": 0
136+
},
137+
{
138+
"permission": "guns",
139+
"value": 1
140+
},
141+
{
142+
"permission": "bhop",
143+
"value": 1
144+
},
145+
{
146+
"permission": "bomb",
147+
"value": 1
148+
},
149+
{
150+
"permission": "health",
151+
"value": 1
152+
},
153+
{
154+
"permission": "falldmg",
155+
"value": 1
156+
},
157+
{
158+
"permission": "knife",
159+
"value": 1
160+
},
161+
{
162+
"permission": "jump",
163+
"value": 1
164+
},
165+
{
166+
"permission": "mvip",
167+
"value": 0
168+
},
169+
{
170+
"permission": "tag",
171+
"value": 1
172+
},
173+
{
174+
"permission": "reloading",
175+
"value": 0
176+
}
177+
],
116178

117179
"StartHealth": 110,
118180

0 commit comments

Comments
 (0)