Skip to content

Commit 98ac0f0

Browse files
committed
Update meta.xml
1 parent 6a85f18 commit 98ac0f0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

[gameplay]/internetradio/meta.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
<info author="MTA contributors (github.com/multitheftauto/mtasa-resources)" version="1.0" name="Speaker system" description="Internet radio player in /speaker" type="script"/>
33
<min_mta_version server="1.6.0-9.22430.0" client="1.3.4-0.00000"/>
44

5+
<!-- those have to be loaded first -->
6+
7+
<script src="config/Sh*.lua" type="shared" cache="false"/>
8+
<script src="config/C*.lua" type="client" cache="false"/>
9+
<script src="config/S[!h]*.lua" type="server"/>
10+
11+
<!-- -->
12+
513
<script src="**/Sh*.lua" type="shared" cache="false"/>
614
<script src="**/C*.lua" type="client" cache="false"/>
715
<script src="**/S[!h]*.lua" type="server"/>

0 commit comments

Comments
 (0)