Author Topic: Auto Drown scripts not working  (Read 3013 times)

0 Members and 1 Guest are viewing this topic.

Offline Force

  • LU Developer
  • Made Man
  • *
  • Posts: 242
    • View Profile
Auto Drown scripts not working
« on: August 12, 2008, 11:25:53 pm »
Ok, I have made numerous auto drown scritpts before but I can't seem to get it to work using VRocker's new DLL :(

Code: [Select]
  elseif (Bank isin $FBS.Buildings($1, $3)) {
    $FBS.Bankwarn($1, $2)
  }
  elseif (Sunshine isin $FBS.Buildings($1, $3)) {
    $FBS.Sunshinewarn($1, $2)
  }
  elseif ($vcmp.weaponname($1, $4) == DriveBy) {
    $FBS.Drivebywarn($1, $2)
  }

None of these work :(, Any idea's?

Offline Orpheus

  • Street Thug
  • *
  • Posts: 20
    • View Profile
Re: Auto Drown scripts not working
« Reply #1 on: August 13, 2008, 12:18:39 am »
U might have to re write them, doesn't vrockers dll use Hgetwep? or something?

**sorry if i'm way off just recalled something about a Hgetwep alias or something**

if there is, try using that maybe?


regards Orph

Offline Force

  • LU Developer
  • Made Man
  • *
  • Posts: 242
    • View Profile
Re: Auto Drown scripts not working
« Reply #2 on: August 13, 2008, 11:37:27 am »
Your thinking about sansan there my friend  :P

Offline Orpheus

  • Street Thug
  • *
  • Posts: 20
    • View Profile
Re: Auto Drown scripts not working
« Reply #3 on: August 13, 2008, 12:23:17 pm »
LOL, my bad   :D :D

Offline Force

  • LU Developer
  • Made Man
  • *
  • Posts: 242
    • View Profile
Re: Auto Drown scripts not working
« Reply #4 on: August 13, 2008, 03:09:41 pm »
Never mind, I fixed it :D