Julian09123 Posted February 25, 2014 Share Posted February 25, 2014 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
Julian09123 Posted February 25, 2014 Author Share Posted February 25, 2014 Solucionado Gracias Link to comment
Recommended Posts