View difference between Paste ID: n6U9m6Cz and PSfPmTBu
SHOW: | | - or go back to the newest paste.
1
rednet.open("back")
2
nb=0
3
choix1=0
4
choix2=0
5
choix3=0
6
choix4=0
7
choix5=0
8
choix6=0
9
choix7=0
10
choix8=0
11
pla=0
12
13
print("combien de joueur ? ")
14
joueur= read()
15
16
--for i=1,joueur do 
17
--nb=nb+1
18
--print("joueur "..nb)
19
--joueur=read()
20
21
--end 
22
	
23
	if (joueur=="1") then 
24
	print("joueur 1")
25
	joueur1=read()
26
	rednet.send(329,joueur1)
27
	end
28
29
	if (joueur=="2") then 
30
	print("joueur 1")
31
	joueur1=read()
32
	rednet.send(329,joueur1)
33
	print("joueur 2")
34
	joueur2=read()
35
	rednet.send(329,joueur2)
36
	end
37
38
if (joueur=="3") then 
39
	print("joueur 1")
40
	joueur1=read()
41
	rednet.send(329,joueur1)
42
	print("joueur 2")
43
	joueur2=read()
44
	rednet.send(329,joueur2)
45
	print("joueur 3")
46
	joueur3=read()
47
	rednet.send(329,joueur3)
48
	end
49
50
	if (joueur=="4") then 
51
	print("joueur 1")
52
	joueur1=read()
53
	rednet.send(329,joueur1)
54
	print("joueur 2")
55
	joueur2=read()
56
	rednet.send(329,joueur2)
57
	print("joueur 3")
58
	joueur3=read()
59
	rednet.send(329,joueur3)
60
	print("joueur 4")
61
	joueur4=read()
62
	rednet.send(329,joueur4)
63
	end
64
65
	if (joueur=="5") then 
66
	print("joueur 1")
67
	joueur1=read()
68
	rednet.send(329,joueur1)
69
	print("joueur 2")
70
	joueur2=read()
71
	rednet.send(329,joueur2)
72
	print("joueur 3")
73
	joueur3=read()
74
	rednet.send(329,joueur3)
75
	print("joueur 4")
76
	joueur4=read()
77
	rednet.send(329,joueur4)
78
	print("joueur 5")
79
	joueur5=read()
80
	rednet.send(329,joueur5)
81
	end
82
83
if (joueur=="6") then 
84
	print("joueur 1")
85
	joueur1=read()
86
rednet.send(329,joueur1)
87
	print("joueur 2")
88
	joueur2=read()
89
rednet.send(329,joueur2)
90
	print("joueur 3")
91
	joueur3=read()
92
rednet.send(329,joueur3)
93
	print("joueur 4")
94
	joueur4=read()
95
rednet.send(329,joueur4)
96
	print("joueur 5")
97
	joueur5=read()
98
rednet.send(329,joueur5)
99
	print("joueur 6")
100
	joueur6=read()
101
rednet.send(329,joueur6)
102
	end
103
104
if (joueur=="7") then 
105
	print("joueur 1")
106
	joueur1=read()
107
rednet.send(329,joueur1)
108
	print("joueur 2")
109
	joueur2=read()
110
rednet.send(329,joueur2)
111
	print("joueur 3")
112
	joueur3=read()
113
rednet.send(329,joueur3)
114
	print("joueur 4")
115
	joueur4=read()
116
rednet.send(329,joueur4)
117
	print("joueur 5")
118
	joueur5=read()
119
rednet.send(329,joueur5)
120
	print("joueur 6")
121
	joueur6=read()
122
rednet.send(329,joueur6)
123
	print("joueur 7")
124
	joueur7=read()
125
rednet.send(329,joueur7)
126
	end
127
128
if (joueur=="8") then 
129
	print("joueur 1")
130
	joueur1=read()
131
rednet.send(329,joueur1)
132
	print("joueur 2")
133
	joueur2=read()
134
rednet.send(329,joueur2)
135
	print("joueur 3")
136
	joueur3=read()
137
rednet.send(329,joueur3)
138
	print("joueur 4")
139
	joueur4=read()
140
rednet.send(329,joueur4)
141
	print("joueur 5")
142
	joueur5=read()
143
rednet.send(329,joueur5)
144
	print("joueur 6")
145
	joueur6=read()
146
rednet.send(329,joueur6)
147
	print("joueur 7")
148
	joueur7=read()
149
rednet.send(329,joueur7)
150
	print("joueur 8")
151
	joueur8=read()
152
rednet.send(329,joueur8)
153
	end
154
joueurdiv =joueur/2
155
print("Equipe Rouge")	
156
	while pla~=joueurdiv do 
157
sleep(1)
158
tirage = math.random(1,joueur)
159
160
161
	
162
if ((tirage==1)and(choix1~=1)) then 
163
	print(joueur1)
164
	choix1=1
165
	pla=pla+1
166
rednet.send(322,joueur1)
167
	end
168
 
169
if ((tirage==2)and(choix2~=1)) then 
170
	print(joueur2)
171
	choix2=1
172
	pla=pla+1
173
rednet.send(322,joueur2)
174
	end
175
 
176
if ((tirage==3)and(choix3~=1)) then 
177
	print(joueur3)
178
	choix3=1
179
	pla=pla+1
180
rednet.send(322,joueur3)
181
	end 
182
183
if ((tirage==4)and(choix4~=1)) then 
184
	print(joueur4)
185
	choix4=1
186
	pla=pla+1
187
rednet.send(322,joueur4)
188
	end 
189
190
if ((tirage==5)and(choix5~=1)) then 
191
	print(joueur5)
192
	choix5=1
193
	pla=pla+1
194
rednet.send(322,joueur5)
195
	end 
196
197
if ((tirage==6)and(choix6~=1)) then 
198
	print(joueur6)
199
	choix6=1
200
	pla=pla+1
201
rednet.send(322,joueur6)
202
	end 
203
204
if ((tirage==7)and(choix7~=1)) then 
205
	print(joueur7)
206
	choix7=1
207
	pla=pla+1
208
	rednet.send(322,joueur7)
209
	end 
210
211
if ((tirage==8)and(choix8~=1)) then 
212
	print(joueur8)
213
	choix8=1
214
	pla=pla+1
215
	rednet.send(322,joueur8)
216
	end 
217
218
219
end