5
« on: September 10, 2009, 07:58:03 PM »
something very simple from a very long time ago. there is a better way of doing it but i dont know where that script is so this will have to do unless i hope youve got something better.....as havoc said....late.
on *:TEXT:*:%servchan:{
if ($nick isin $read(ircshun.txt, s, $nick)) { halt }
else {
if ($1 == !pl) { set -su5 %pl on | dde RenegadFDS FDSCommand Command player_info | timerplsend 1 2 plsend }
}
}
on *:SIGNAL:FDS:{
if ($1 isin %playerlimit) && (%pl == on) {
if ($left($4,3) == GDI) { set -su5 %GDI %GDI $2 }
if ($left($4,3) == Nod) { set -su5 %Nod %Nod $2 }
}
}
alias plsend {
if (%GDI == $null) && (%Nod == $null) { msg %servchan No players }
else {
msg %servchan 8GDI: %GDI
msg %servchan 4Nod: %Nod
}
}