Goto Line 42
I already told you to replace your new gus code with original GUS code.
the code to replace is
vcmp.players
if (%first == yes) {
.timer 1 5 vcmp.check.allnick
set %first no
}
}
alias vcmp.check.allnick {
var %a = 0
while (%a <= 50) {
if (($vcmp.name(%a) != Unknown) && ($vcmp.pass(%a) != $null)) vcmp.check.nick $vcmp.name(%a)
!inc %a
}
}
thats alias..
i think you removed codes..