HOW TO TURN ON LUA

  • Hello I did create scripts folder it contains 2 files:


    definition.xml


    Code
    <Lua-Script>
    <Name>test</Name>
    <Description>A description of your script</Description>
    <File>test.lua</File>
    <Author>Your name</Author>
    <Team>Your team/clan/group</Team>
    <Website>Your homepage</Website>
    <License>License if available</License>
    </Lua-Script>


    and test.lua


    Code
    function onEnable()
    -- this event is triggered when the script is loaded
    end


    and if i see serverstatus it tells LUA is not enabled ... so what do to? :cursing:

Participate now!

Don’t have an account yet? Create a new account now and be part of our community!