-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeta.xml
28 lines (23 loc) · 921 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
26
27
28
<meta>
<info
author="rifleh700"
version="2.0.0"
name="custom_vehicle_lights"
description="Custom vehicle lights system"
type="script"
/>
<include resource="extended_custom_coronas" />
<file src="cvl_config.xml" />
<file src="container.fx" />
<file src="lights.fx" />
<script src="cvl_helper_shared.lua" type="shared" />
<script src="cvl_import_client.lua" type="client" />
<script src="cvl_main_client.lua" type="client" />
<script src="cvl_exported_client.lua" type="client" />
<export function="getVehicleCustomLightPower" type="client" />
<export function="setVehicleCustomLightPower" type="client" />
<export function="getVehicleCustomLightSize" type="client" />
<export function="setVehicleCustomLightSize" type="client" />
<export function="getVehicleCustomLightColor" type="client" />
<export function="setVehicleCustomLightColor" type="client" />
</meta>