Author Topic: Bank Killing  (Read 8520 times)

0 Members and 1 Guest are viewing this topic.

Offline Punjabi

  • Made Man
  • ***
  • Posts: 147
  • Config Editor
    • View Profile
    • PUN Clan
Bank Killing
« on: August 28, 2008, 09:17:55 am »
Hi can anyone tell me how can my script autowarn when anyone kills other in bank
Help me out ;)
GOD BLESS ALL..<<Founder of PUN Clan.....Born to fight and Kill..>>

szostol

  • Guest
Re: Bank Killing
« Reply #1 on: August 28, 2008, 01:11:27 pm »
Quote
  if ((%victim != Unknown) && (%killer != Unknown)) {
   if (Sunshine Autos isin ($vcmp.area(%victim))
      vcmp.warn %killer Auto-Warn Killing at Sunshine Autos
      !writeini vcmp.log.ini WARNS $vcmp.name(%killer) Sunshine killing - $fulldate $vcmp.ip($vcmp.name(%killer))
   }

It's my version but dunny why doesn't work. You can try repair it and use.

Offline Punjabi

  • Made Man
  • ***
  • Posts: 147
  • Config Editor
    • View Profile
    • PUN Clan
Re: Bank Killing
« Reply #2 on: August 28, 2008, 07:23:20 pm »
i want a code of WSV not of GUS :-[
GOD BLESS ALL..<<Founder of PUN Clan.....Born to fight and Kill..>>

Offline VRocker

  • LU Developer
  • Wiseguy
  • *
  • Posts: 63
    • View Profile
    • Liberty Unleashed - GTA3 Multiplayer Mod
Re: Bank Killing
« Reply #3 on: August 28, 2008, 07:51:24 pm »
Thanks to WSV having aliases to make this a lot easier... This turns into 5 lines of script! :)

This is untested but i'm fairly certain it will work (Aslong as the bank is actually called 'Bank' but you can change that)

Code: [Select]
on *:SIGNAL:WSV.kill {
  if ( ( $wsv.loco( $2 ) == Bank ) && ( $wsv.loco( $3 ) == Bank ) ) {
    wsv.say $wsv.Warn( $2, Auto-Admin, Killing in the bank )
  }
}
« Last Edit: August 28, 2008, 07:53:50 pm by VRocker »


Offline Punjabi

  • Made Man
  • ***
  • Posts: 147
  • Config Editor
    • View Profile
    • PUN Clan
Re: Bank Killing
« Reply #4 on: August 29, 2008, 10:04:25 am »
Thanks
I will test it ;D
GOD BLESS ALL..<<Founder of PUN Clan.....Born to fight and Kill..>>

Offline Punjabi

  • Made Man
  • ***
  • Posts: 147
  • Config Editor
    • View Profile
    • PUN Clan
Re: Bank Killing
« Reply #5 on: August 30, 2008, 07:17:17 pm »
but its not working :'(
where to paste it in vcmp.mrc
or i have to replace it with some line
plz help
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: Bank Killing
« Reply #6 on: August 30, 2008, 07:28:22 pm »
U need to put it in the Kill signal i think ;)

Offline Azrooh

  • Street Thug
  • *
  • Posts: 1
    • View Profile
Re: Bank Killing
« Reply #7 on: August 30, 2008, 07:30:23 pm »
i want a code of WSV not of GUS :-[

vcmp.mrc = GUS
WSV.mrc = wsv

Offline thijn

  • LU testers
  • VC:MP Veteran
  • *
  • Posts: 667
  • Im proud to be pro.
    • View Profile
    • Vice Underdogs
Re: Bank Killing
« Reply #8 on: August 30, 2008, 09:21:42 pm »
replace
Code: [Select]
on *:SIGNAL:WSV.kill {
  ;WSV.say KillerID: $2 $+ , KilledID: $3 $+ , Killed/Died: $4 $+ , Wep: $5 $+ , KillerTeam: $6 $+ , Killed Team: $7
  WSV.autoremoveracer $1 $3
  hadd -m WSV.spawned $WSV.getname($3) No
  if (% [ $+ [ passenger $+ . $+ [ $WSV.name($3) ] ] ]) unset % [ $+ [ passenger $+ . $+ [ $WSV.name($3) ] ] ]
  var %killer = $WSV.getname($2),%killed = $WSV.getname($3),%spree = $hget(WSV.spree,%killer),%endspree = $hget(WSV.spree,%killed)
  echo.msg 3->  $+ $c.echoa(%killer,%killer) $+  3 $+ $4 $+   $+ $c.echoa(%killed,%killed) $+ 3 ( $+ $WSV.weaponname( $5 ) $+ ) 
  if ($5 == 42) WSV.say $WSV.warn( $2 , Auto-Admin , Invalid Weapon )
  elseif ($5 == 39) { WSV.say $WSV.warn( $2 , Auto-Admin , Invalid Weapon ) }
  else {
    WSV.addspree $2
    WSV.endspree $2 $3
    if ($WSV.pass(%killer)) && ($WSV.loggedin(%killer)) {
      hinc WSV.kills %killer
      hinc WSV.money %killer 1000
      WSV.setcash $2 $WSV.money(%killer)
    }
    if ($WSV.pass(%killed)) && ($WSV.loggedin(%killed)) {
      hinc WSV.killed %killed
      if ($WSV.money($3) >= 250) hdec WSV.money %killed 250
      WSV.setcash $3 $WSV.money(%killed)
    }
  }
}
with:
Code: [Select]
on *:SIGNAL:WSV.kill {
  if ( ( $wsv.loco( $2 ) == Bank ) && ( $wsv.loco( $3 ) == Bank ) ) {
    wsv.say $wsv.Warn( $2, Auto-Admin, Killing in the bank )
  }
  ;WSV.say KillerID: $2 $+ , KilledID: $3 $+ , Killed/Died: $4 $+ , Wep: $5 $+ , KillerTeam: $6 $+ , Killed Team: $7
  WSV.autoremoveracer $1 $3
  hadd -m WSV.spawned $WSV.getname($3) No
  if (% [ $+ [ passenger $+ . $+ [ $WSV.name($3) ] ] ]) unset % [ $+ [ passenger $+ . $+ [ $WSV.name($3) ] ] ]
  var %killer = $WSV.getname($2),%killed = $WSV.getname($3),%spree = $hget(WSV.spree,%killer),%endspree = $hget(WSV.spree,%killed)
  echo.msg 3->  $+ $c.echoa(%killer,%killer) $+  3 $+ $4 $+   $+ $c.echoa(%killed,%killed) $+ 3 ( $+ $WSV.weaponname( $5 ) $+ ) 
  if ($5 == 42) WSV.say $WSV.warn( $2 , Auto-Admin , Invalid Weapon )
  elseif ($5 == 39) { WSV.say $WSV.warn( $2 , Auto-Admin , Invalid Weapon ) }
  else {
    WSV.addspree $2
    WSV.endspree $2 $3
    if ($WSV.pass(%killer)) && ($WSV.loggedin(%killer)) {
      hinc WSV.kills %killer
      hinc WSV.money %killer 1000
      WSV.setcash $2 $WSV.money(%killer)
    }
    if ($WSV.pass(%killed)) && ($WSV.loggedin(%killed)) {
      hinc WSV.killed %killed
      if ($WSV.money($3) >= 250) hdec WSV.money %killed 250
      WSV.setcash $3 $WSV.money(%killed)
    }
  }
}


i want a code of WSV not of GUS :-[

vcmp.mrc = GUS
WSV.mrc = wsv
lol, he means he wants a code for his WSV script, szostol posted a code for GUS ;)
« Last Edit: August 30, 2008, 09:24:30 pm by thijn »

Offline Punjabi

  • Made Man
  • ***
  • Posts: 147
  • Config Editor
    • View Profile
    • PUN Clan
Re: Bank Killing
« Reply #9 on: September 03, 2008, 06:46:15 pm »
 ???But its not working?
 :'(
GOD BLESS ALL..<<Founder of PUN Clan.....Born to fight and Kill..>>

Offline Punjabi

  • Made Man
  • ***
  • Posts: 147
  • Config Editor
    • View Profile
    • PUN Clan
Re: Bank Killing
« Reply #10 on: September 04, 2008, 11:47:07 am »
Hey thijn u have replied a wrong one when i placed it with old one it do nothing
plz anyone can help me out?
 :-\ :'(
GOD BLESS ALL..<<Founder of PUN Clan.....Born to fight and Kill..>>

szostol

  • Guest
Re: Bank Killing
« Reply #11 on: September 04, 2008, 02:50:17 pm »
Punjabi! Do something your self... you got much examples... try repair it... You all time want sometginh... it's too anoying..

Offline Punjabi

  • Made Man
  • ***
  • Posts: 147
  • Config Editor
    • View Profile
    • PUN Clan
Re: Bank Killing
« Reply #12 on: September 04, 2008, 07:41:05 pm »
U have done anything ursely first tell me that than tell me and ur 99% given suggestions are useless :(
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: Bank Killing
« Reply #13 on: September 04, 2008, 07:51:21 pm »
try repair it...
I agree, if a script dont work, try to repair it.
If it doesnt work after you tried to repair it, We try to help you, But try to repair it before you post.

Offline Punjabi

  • Made Man
  • ***
  • Posts: 147
  • Config Editor
    • View Profile
    • PUN Clan
Re: Bank Killing
« Reply #14 on: September 13, 2008, 10:19:47 am »
If i can i will repair it  8)
GOD BLESS ALL..<<Founder of PUN Clan.....Born to fight and Kill..>>