Jump to content

error tabla


Julian09123

Recommended Posts

Hola amigos estaba viendo como hacer tablas y nose cual es el error? me dice en linea 11 pero nose cual es alguien me ayude plz?

local textos = {"1", 
 "1", 
 "1", 
 "1", 
 "1", 
 "1", 
 "1", 
 "1"} 
  
function texts () 
    outputChatBox( textos [ math.random ( #textos ) ], 120, 70, 40, true) 
end 
  
setTimer(texts, 50000, 0) 
addEventHandler("onClientResourceStart", root, texts) 

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...