Furious^ONE! Posted August 22, 2016 Posted August 22, 2016 Hello i'have problem with compiler LUA, i compile my file, and if i start resource he don't work.. Error message: "start: Resource 'vip_v2' start was requested (Not starting resource VIP_v2 as server has come back from the future)" Can you help me ? i use https://luac.multitheftauto.com/
Bonsai Posted August 22, 2016 Posted August 22, 2016 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.
MTA Team qaisjp Posted August 27, 2016 MTA Team Posted August 27, 2016 Please show us your meta.xml file.
HkHaythem Posted August 31, 2019 Posted August 31, 2019 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 IIYAMA Posted August 31, 2019 Moderators Posted August 31, 2019 (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 August 31, 2019 by IIYAMA
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now