help 2on2
Hey... Jeg mangler et godt script som virker til en 2on2 bot det eneste jeg har er:on *:TEXT:!startcup:#Gonza: {
if ($level($address($nick,3)) != 10) { notice $nick You dont have access to this command. }
if ($level($address($nick,3)) == 10) {
set %startcup 1
set %teams 1
msg $chan » 2on2 cup just started. « Type !add <team> <team-mate> to join it. » }
else msg $chan Your not a admin, and cant start a 2on2-cup.
}
on *:TEXT:!endcup:#Gonza: {
if ($level($address($nick,3)) != 10) { notice $nick You dont have access to this command. }
if ($level($address($nick,3)) == 10) {
if (%startcup == 1) {
msg $chan » The cup is now ended. « }
else msg $chan » Either there is no cup started, or you not a cupadmin. «
}
men det dur ik ordenligt:( plzz help..