-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.xml
20 lines (16 loc) · 915 Bytes
/
meta.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<meta>
<info author='Tracer' version='1.1' name='modelloader' type='script' />
<min_mta_version server='1.6.0-9.22470' client='1.6.0-9.22470' />
<script src='core_sh.lua' type='shared' cache='false' />
<script src='const_sh.lua' type='shared' cache='false' />
<script src='core_c.lua' type='client' cache='false' />
<script src='core_s.lua' type='server' cache='false' />
<script src='sync_c.lua' type='client' cache='false' />
<script src='sync_s.lua' type='server' cache='false' />
<export function='CreateModel' type='shared' http='false' />
<export function='RequestModel' type='client' http='false' />
<export function='ReplaceModel' type='shared' http='false' />
<export function='FreeModel' type='client' http='false' />
<export function='GetModels' type='shared' http='false' />
<export function='GetIDs' type='shared' http='false' />
</meta>