Jump to content
Sign in to follow this  
iHone

Admiral Cloak Error Loading Help me Please

Recommended Posts

5 minutes ago, iHone said:

Someone can help me please Check everything and could not solve it

ds.png

Add this function to functions.lua:

 

    function file_exists(name)
        local f=io.open(name,"r")
        if f~=nil then io.close(f) return true else return false end
    end
     and then it should work

  • Like 1

Share this post


Link to post
Share on other sites
Just now, Sk3let0n said:

Añadir esta función a functions.lua:

 

    file_exists de función (nombre)
        local de f = io.open (nombre, "r")
        si f ~ = nil entonces io.close (f) return true else return falso extremo
    final
     y entonces debería funcionar

In which line

 

Share this post


Link to post
Share on other sites
1 minute ago, iHone said:

In which line

 

Be careful, you're translating the replies, but you shouldn't translate the piece of coded Sk3leton gave you.

Tenes que copiarla tal cual te la paso:

 function file_exists(name)
        local f=io.open(name,"r")
        if f~=nil then io.close(f) return true else return false end
    end

 

  • Like 1

Share this post


Link to post
Share on other sites
13 minutes ago, iZae said:

Cuidado, estás traduciendo las respuestas, pero no se debe traducir la pieza de Sk3leton codificado le dio.

Tenés que copiarla Tal Cual te la paso:


:/  This leaves and I do not see the layer in the game

 

Sin título.png

Share this post


Link to post
Share on other sites
3 minutes ago, Sk3let0n said:

¿Puede decirnos el problema que tiene actualmente? Estoy confundido.

No statistics of the admiral cloak appear
The layer does not appear nor its effects on the character

Share this post


Link to post
Share on other sites
Just now, iHone said:

No statistics of the admiral cloak appear
The layer does not appear nor its effects on the character

Double click on it.About glows you should add skilleff/sceneeffectinfo lines to your server as well as the custom texture/models.

Share this post


Link to post
Share on other sites
1 minute ago, Sk3let0n said:

Double click on it.About glows you should add skilleff/sceneeffectinfo lines to your server as well as the custom texture/models.

I already did and nothing happens. You could install the layer using team viwer Please ... I would appreciate it a lot :)

Share this post


Link to post
Share on other sites
Just now, iHone said:

I already did and nothing happens. You could install the layer using team viwer Please ... I would appreciate it a lot :)

I'm not at home so I can't sadly :( 

Share this post


Link to post
Share on other sites
2 minutes ago, Sk3let0n said:

No estoy en casa, así que no puedo tristemente :( 

ok. Do you think it is the configuration of Cloak.lua?

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

×
×
  • Create New...