Jump to content

Problem with compiler LUA


Recommended Posts

Posted

Thats related to the min version set in the meta file of that resource.

Check what it says there and compare it to your servers version.

  • 3 years later...
Posted

The Same Help Please

 

<meta>
    <info author="HkHaytam" type="script" description="Report System"/>

    <script src="s_reports.luac"/>
    <script src="c_reports.luac" type="client" />
    
    <script src="s_external_report_box.Lua" type="server"/>
    <script src="c_external_report_box.Lua" type="client" />
    
    <script src="s_top_right_box.Lua" type="server"/>
    <script src="c_top_right_box.Lua" type="client"/>
    
    <script src="g_reports.Lua" type="shared"/>
    
    <export function="showToAdminPanel" type="server" />
    <export function="reportLazyFix" type="server"/>
</meta>
 

  • Moderators
Posted (edited)
<min_mta_version server="1.5.2-9.07903" client="1.5.2-9.07903" />

Make sure that something like this is adding between the <meta> -here- </meta> tags.

 

More info can be found here:

https://wiki.multitheftauto.com/wiki/Meta.xml

Edited by IIYAMA

Do you want to improve your Lua programming skills and make less mistakes?   Start with Lua Language Server!   🙀

 

  Useful functions  3x 

  Tutorials  4x 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...