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>
 

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...