Author Topic: GUS error.....  (Read 2495 times)

0 Members and 1 Guest are viewing this topic.

Offline Punjabi

  • Made Man
  • ***
  • Posts: 147
  • Config Editor
    • View Profile
    • PUN Clan
GUS error.....
« 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???????????
GOD BLESS ALL..<<Founder of PUN Clan.....Born to fight and Kill..>>

Offline thijn

  • LU testers
  • VC:MP Veteran
  • *
  • Posts: 667
  • Im proud to be pro.
    • View Profile
    • Vice Underdogs
Re: GUS error.....
« Reply #1 on: September 20, 2008, 10:37:06 pm »
maby u use tabs?

Offline Chezor

  • Wiseguy
  • **
  • Posts: 90
  • RPG Planet Scripter
    • View Profile
    • RPG Planet
Re: GUS error.....
« Reply #2 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..

Scripts: Fuel system in vehicles, Speedometer, Spawnback, Improved Copwork, Improved Jailing, Improved phone with sms, and many more. Coming soon..