Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: Punjabi on September 20, 2008, 07:48:57 pm

Title: GUS error.....
Post 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???????????
Title: Re: GUS error.....
Post by: thijn on September 20, 2008, 10:37:06 pm
maby u use tabs?
Title: Re: GUS error.....
Post by: Chezor on September 23, 2008, 08:51:40 pm
Goto Line 42
I already told you to replace your new gus code with original GUS code.

the code to replace is

Code: [Select]
  vcmp.players

  if (%first == yes) {
    .timer 1 5 vcmp.check.allnick
    set %first no
  }

}

Code: [Select]
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..