I've fix it:
Code:
s = arena.start_duel(sname, 3)
if s == 1 then --I've write 1, before was 0.
syschat("Round 1.")
chat("Duell started!")
elseif s == 2 then
syschat("Round 2.")
chat("Duell started!")
elseif s == 3 then
syschat("Round 3.")
chat("Duell started!")
In the NPC if I see battle run, there's no duells... How I can fix this problem?
Help please!





