-
Notifications
You must be signed in to change notification settings - Fork 13
/
meta.xml
30 lines (27 loc) · 1.32 KB
/
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
26
27
28
29
30
<meta>
<info author="Patrick" name="pAttach" type="script" version="1.2.3" />
<min_mta_version server="1.5.8-9.20957" client="1.5.8-9.20837" />
<oop>true</oop>
<aclrequest>
<right name="function.fetchRemote" access="true"/>
</aclrequest>
<script src="config.lua" type="shared" />
<script src="update.lua" type="server" />
<script src="src/pAttach.lua" type="client" />
<script src="src/client.lua" type="client" />
<script src="src/server.lua" type="server" />
<export function="attach" type="shared" />
<export function="detach" type="shared" />
<export function="detachAll" type="shared" />
<export function="setPositionOffset" type="shared" />
<export function="setRotationOffset" type="shared" />
<export function="setPed" type="shared" />
<export function="setBone" type="shared" />
<export function="isAttached" type="shared" />
<export function="setDetails" type="shared" />
<export function="getDetails" type="shared" />
<export function="setVisible" type="shared" />
<export function="setVisibleAll" type="shared" />
<export function="getAttacheds" type="shared" />
<export function="setConfigOption" type="shared" />
</meta>