- Initiateur de la discussion
Peugeot203
Bambi
- Messages
- 65
- Score réaction
- 4
- Points
- 35
Bonjour à tous et toutes,
Je souhaiterai optimiser mon script, mais je ne sais pas comment faire :
J'ai essayé ça :
Il y a t-il un autre moyen de le faire s'il vous plait ?
Cordialement, peugeot203
Je souhaiterai optimiser mon script, mais je ne sais pas comment faire :
Code:
a1 = math.Round( math.Rand( 1, 2 ),2 ) a2 = math.Round( math.Rand( 1, 2 ),2 ) a3= math.Round( math.Rand( 1, 2 ),2 ) a4 math.Round( math.Rand( 1, 2 ),2 ) a5= math.Round(math.Rand( 1, 2 ),2) a6 = math.Round(math.Rand( 1, 2 ),2) b1 = math.Round( math.Rand( 1, 2 ),2 ) b2 = math.Round( math.Rand( 1, 2 ),2 ) b3 = math.Round( math.Rand( 1, 2 ) ,2 ) b4 = math.Round( math.Rand(1, 2 ),2 ) b5 = math.Round(math.Rand( 1, 2 ), 2) b6 = math.Round(math.Rand( 1, 2 ),2) b7 = math.Round( math.Rand( 1, 2 ),2 ) b8= math.Round( math.Rand( 1, 2 ), 2 )
J'ai essayé ça :
Code:
local tbltest {a1, a2, a3,a4, a5, a6, b1, b2,b3, b4, b5,b6,b7,b8}
for k, v in pairs(tbltest) do
v = math.Round(math.Rand(1,2),2)
end
print(a1)
Output : nil
Cordialement, peugeot203
Dernière édition: