Vice City Multiplayer
VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: Punjabi on September 20, 2008, 07:48:57 pm
-
* /vcmp.check.ini: not connected to server (line 42, vcmp.mrc)
Any idea why it is coming???????????
-
maby u use tabs?
-
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..