Jump to content

Myrkin

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Myrkin

  1. Mybad...

    wrote in server.lua:

        local s, b = pcall(require, 'mods/ShipScriptLoader/scripts/server/server')
        if s then if b.onPlayerLogIn then local a = onPlayerLogIn; onPlayerLogIn = function(c) a(c); b.onPlayerLogIn(c); end end end

    but it was necessary:

        if s then if b.onPlayerLogIn then 
    local a = onPlayerLogIn; onPlayerLogIn = function(c) a(c); b.onPlayerLogIn(c); 
    end 
    end 
    end
    

    :(

  2. Google.translate

     

    0.17.1

    It seems that it does not work ...

     

    The ShipScriptLoader is installed, the lines in the server.lua are registered ...

    The line in ShipScriptLoader.lua is written ...

    And... nothing :(

    Any gopes to be up to date?

     

     

     

×
×
  • Create New...