-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlinks.json
30 lines (30 loc) · 1.27 KB
/
links.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"links": {
"index": "https://altv.mp",
"trouble": "https://docs.altv.mp/articles/troubleshooting/client.html",
"js": {
"docs": "https://docs.altv.mp/js/index.html",
"module": "https://github.com/altmp/altv-js-module"
},
"jsv2": {
"compat": "https://github.com/altmp/altv-js-module-v2/tree/dev?tab=readme-ov-file#v1-compatibility"
},
"cs": {
"docs": "https://docs.altv.mp/cs/index.html",
"module": "https://github.com/FabianTerhorst/coreclr-module"
},
"sdk": {
"docs": "https://docs.altv.mp/sdk/index.html",
"module": "https://github.com/altmp/cpp-sdk"
},
"joaat": "https://docs.altv.mp/gta/articles/references/joaat.html",
"server-cli": "https://docs.altv.mp/articles/commandlineargs.html#server-launch-options",
"patreon": "https://patreon.com/altVMP",
"dlc-list": "https://docs.altv.mp/gta/articles/references/dlcs.html",
"config": {
"client": "https://docs.altv.mp/articles/configs/client.html",
"server": "https://docs.altv.mp/articles/configs/server.html"
},
"external-voice": "https://docs.altv.mp/articles/external_voice_server.html"
}
}