antiblock
Elveron
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
Wolvarinhas

[Duvida]Erro Numa Função De Uma Quest

Question

Boas tava aqui a add um novo sistema e quando adicionei a quest deu me este erro

b522665cc0ac367090be46c91c653939.png

Função:

function tabelle_mischen(a)
for i=1, table.getn(a), 1 do
local x, p = number(1, table.getn(a)), a
table.remove(a, i)
table.insert(a, x, p)
end
return a
end

Alguem ajuda?

Share this post


Link to post
Share on other sites

2 answers to this question

  • 0

Adiciona a função

split
à quest_functions.

Share this post


Link to post
Share on other sites
antiblock
Elveron
  • 0

Ok agr compreendo a minha prof de ingles

"No fucking raciocinio...."

 

Thanks bro

Share this post


Link to post
Share on other sites

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
Sign in to follow this