Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/05/21 in all areas

  1. Ok thanks ill keep in that way then
    1 point
  2. I don't think that would be an issue. You can always optimise it later if it doesn't work as intended: Use multiple files instead. Or downloading only the ones of the peds in range. You can compile the file, (without obfuscation!), to speed up the downloading and loading time of the file. https://luac.multitheftauto.com/
    1 point
  3. Opa HAUHAUAU, verdade. Cometi um errinho ali. Obrigado por corrigir.
    1 point
  4. O index, invés de local index = data[math.random(#data)] não deveria ser local index = math.random(#data)? Da primeira forma me parece que vai sortear e atribuir a variável index a tabela com os valores de x, y e z, não o index. Se eu não tiver brisando acho que deveria ficar de um dos dois jeitos essa parte: local index = data[math.random(#data)] x, y, z = index[1], index[2], index[3] OU local index = math.random(#data) x, y, z = data[index][1], data[index][2], data[index][3]
    1 point
  5. Woop woop, look who has accumulated 1,000 posts.
    1 point
×
×
  • Create New...