-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.xml
25 lines (20 loc) · 909 Bytes
/
meta.xml
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
<meta>
<info name="api" author="Citizen" type="plugin" showInResourceBrowser="true" description="Configure api plugin" />
<!-- <min_mta_version server="1.3.0-9.03739" client="1.3.2" /> -->
<include resource="ajax" />
<!-- UTILS -->
<script src="utils/router.lua" type="server" />
<script src="utils/json.lua" type="server" />
<script src="utils/server.lua" type="server" />
<script src="utils/client.lua" type="client" />
<script src="utils/shared.lua" type="shared" />
<!-- ROUTES -->
<script src="business/elements.lua" type="server" />
<script src="business/players.lua" type="server" />
<script src="business/vehicles.lua" type="server" />
<!-- HTML files -->
<html src="index.html" />
<html src="v1" />
<export function="toOrderedJSON" http="true" />
<export function="routerExecute" http="true" />
</meta>