Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: Force on August 12, 2008, 11:25:53 pm

Title: Auto Drown scripts not working
Post by: Force 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?
Title: Re: Auto Drown scripts not working
Post by: Orpheus 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
Title: Re: Auto Drown scripts not working
Post by: Force on August 13, 2008, 11:37:27 am
Your thinking about sansan there my friend  :P
Title: Re: Auto Drown scripts not working
Post by: Orpheus on August 13, 2008, 12:23:17 pm
LOL, my bad   :D :D
Title: Re: Auto Drown scripts not working
Post by: Force on August 13, 2008, 03:09:41 pm
Never mind, I fixed it :D