lucascba Posted December 13, 2015 Share Posted December 13, 2015 Hola, me gustaría saber como inserto números a una determinada tabla, por ej el jugador1 tiene el valor 2 y cuando pase algun evento actualizar el valor del jugador1 a 3 y así sucesivamente, como podría hacer eso? Link to comment
UserToDelete Posted December 13, 2015 Share Posted December 13, 2015 table[element] = table[element] + 1 --? Link to comment
starksZ Posted December 13, 2015 Share Posted December 13, 2015 if not tabla[source] then tabla[source] =0 end Tabla[source] = tabla[source] +1 Link to comment
Recommended Posts